[PATCH] gpio_flash: fix the CPLB miss bug for gpio expanded flash

Brian Norris computersforpeace at gmail.com
Thu Jul 31 23:42:02 PDT 2014


On Thu, Jul 03, 2014 at 04:13:34PM +0800, Aaron Wu wrote:
> @@ -108,13 +108,24 @@ static void gf_copy_from(struct map_info *map, void *to, unsigned long from, ssi
>  {
[...]
> +		memcpy_fromio(to, map->virt + (from % state->win_size)
> +			, this_len);

And one nitpick: please put that stray comma on the previous line.

[...]

Thanks,
Brian



More information about the linux-mtd mailing list