From: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Date: Tue, 7 Feb 2017 16:15:27 +0300 > This patch doesn't affect how the code works. > > My static checker complains that the mask and shift doesn't make sense > because 0xffffff << 16 goes beyond the end of 32 bits. It should be > 0xffff instead but the existing code won't cause runtime bugs. > > Also the casting here is not needed and not consistent with the rest of > the code. > > 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