Re: [PATCH] mtd: denali: fix incorrect bitmask error in denali_setup_dma

From: Brian Norris
Date: Tue Jan 13 2015 - 05:33:13 EST


On Fri, Jan 09, 2015 at 09:32:35AM -0600, dinguyen@xxxxxxxxxxxxxxxxxxxxx wrote:
> From: Graham Moore <grmoore@xxxxxxxxxxxxxxxxxxxxx>
>
> 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 <grmoore@xxxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Dinh Nguyen <dinguyen@xxxxxxxxxxxxxxxxxxxxx>

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/