freebsd-dev/sys/dev/mfi
Justin Hibbits 3567a05b56 dev/mfi: Make a seemingly bogus conditional unconditional
Summary:
r358689 attempted to fix a clang warning/error by inferring the intent
of the condition "(cdb[0] != 0x28 || cdb[0] != 0x2A)".  Unfortunately, it looks
like this broke things.  Instead, fix this by making this path unconditional,
effectively reverting to the previous state.

PR:		kern/251483
Reviewed By:	ambrisko
MFC after:	2 days
Differential Revision: https://reviews.freebsd.org/D27515
2020-12-09 02:07:01 +00:00
..
mfi_cam.c
mfi_debug.c
mfi_disk.c
mfi_ioctl.h
mfi_linux.c
mfi_pci.c
mfi_syspd.c
mfi_tbolt.c dev/mfi: Make a seemingly bogus conditional unconditional 2020-12-09 02:07:01 +00:00
mfi.c
mfireg.h
mfivar.h