mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
278f7b4fff
The cfpkt_iterate() function can return -EPROTO on error, but the function is a u16 so the negative value gets truncated to a positive unsigned short. This causes a static checker warning. The only caller which might care is cffrml_receive(), when it's checking the frame checksum. I modified cffrml_receive() so that it never says -EPROTO is a valid checksum. Also this isn't ever going to be inlined so I removed the "inline". Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
caif_dev.h | ||
caif_device.h | ||
caif_hsi.h | ||
caif_layer.h | ||
caif_spi.h | ||
cfcnfg.h | ||
cfctrl.h | ||
cffrml.h | ||
cfmuxl.h | ||
cfpkt.h | ||
cfserl.h | ||
cfsrvl.h |