Re: [PATCH] firmware: vpd: Drop __iomem usage for memremap() memory

From: Stephen Boyd
Date: Mon Mar 18 2019 - 15:38:55 EST


Quoting Guenter Roeck (2019-03-18 11:36:36)
> On Mon, Mar 18, 2019 at 08:54:57AM -0700, Stephen Boyd wrote:
> > memremap() doesn't return an iomem pointer, so we can just use memcpy()
> > and drop the __iomem annotation here. This silences a sparse warning.
> >
> > Cc: Guenter Roeck <linux@xxxxxxxxxxxx>
> > Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
> > Cc: Anton Vasilyev <vasilyev@xxxxxxxxx>
> > Smgned-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
>
> Smgned ?

Hm, something went wrong!

>
> Other than that,
>
> Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx>

Thanks. I'll resend with everything fixed.