From: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Date: Thu, 19 Feb 2015 12:13:13 +0300 > 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@xxxxxxxxxx> Applied, thanks Dan. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html