Re: [V2] firmware: vpd: use memunmap instead of iounmap

From: Greg Kroah-Hartman
Date: Thu Aug 10 2017 - 11:20:57 EST


On Wed, Aug 09, 2017 at 07:01:47PM +0800, Pan Bian wrote:
> In functions vpd_sections_init() and vpd_section_init(), iounmap() is
> used to unmap memory. However, in these cases, memunmap() should be
> used.
>
> Signed-off-by: Pan Bian <bianpan2016@xxxxxxx>
> ---
> drivers/firmware/google/vpd.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)

What changed from v1? Always put that below the --- line.

Please fix and do a v3.

thanks,

greg k-h