Module Name: src Committed By: maya Date: Mon Oct 9 23:42:40 UTC 2017
Modified Files:
src/sys/dev/pci/n8: nsp.c
Log Message:
Delete bogus NULL test.
We deref session just above, and all callers already have session != NULL
already.
suggested by riastradh, spotted by coccinelle
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/n8/nsp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
