freebsd-dev/sys/compat/linuxkpi/common
Hans Petter Selasky 8ead3a9933 Remove redundant dev->si_drv1 NULL checks in the LinuxKPI.
This pointer is checked during the linux_dev_open() callback and does
not need to be NULL checked again. It should always be set for
character devices belonging to the "linuxcdevsw" and technically
there is no need to NULL check this pointer at all.

Suggested by:	kib @
MFC after:	1 week
Sponsored by:	Mellanox Technologies
2017-11-03 13:43:05 +00:00
..
include Implement ioread16be() in the LinuxKPI. 2017-11-01 12:34:18 +00:00
src Remove redundant dev->si_drv1 NULL checks in the LinuxKPI. 2017-11-03 13:43:05 +00:00