Searched hist:360843 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_tbolt.cdiff 360843 Sat May 09 11:31:13 MDT 2020 dim MFC r358689 (by jhibbits):

Fix a mistaken conditional in mfi_tbolt_send_frame()

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.

Completed in 111 milliseconds