mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 17:49:34 -05:00
As written, the condition of (cdb[0] != 0x28 || cdb[0] != 0x2A) will always be true, since if it's one, it's obviously not the other. Reading the code, the intent appears to be that it should only perform the operation if it's neither, otherwise the conditional can be elided. Found by clang 10. |
||
|---|---|---|
| .. | ||
| mfi.c | ||
| mfi_cam.c | ||
| mfi_debug.c | ||
| mfi_disk.c | ||
| mfi_ioctl.h | ||
| mfi_linux.c | ||
| mfi_pci.c | ||
| mfi_syspd.c | ||
| mfi_tbolt.c | ||
| mfireg.h | ||
| mfivar.h | ||