On Fri, 2013-08-09 at 12:49 +0300, Dan Carpenter wrote: > There are static checkers which complain when we declare variables as > 64 bit bitfields but only use the lower 32 bits because of shift > wrapping. In this case "len" is declared as u64 as opposed to unsigned > long or something which might be 32 bits. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Pushed to l2-mtd.git, thanks! -- Best Regards, Artem Bityutskiy -- 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