On Fri, Jan 09, 2015 at 09:32:35AM -0600, [email protected] wrote: > From: Graham Moore <[email protected]> > > commit "3157d1ed2309 mtd: denali: remove unnecessary casts" introduced > an error by using a wrong bitmask. > > A uint16_t cast was replaced with & 0xff, should be & 0xffff. > > Signed-off-by: Graham Moore <[email protected]> > Signed-off-by: Dinh Nguyen <[email protected]>
Pushed to l2-mtd.git. Thanks! Brian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

