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

2017-08-10 Thread Greg Kroah-Hartman
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 > --- > drivers/firmware/google/vpd.c | 10 +- > 1 f

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

2017-08-09 Thread Pan Bian
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 --- drivers/firmware/google/vpd.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/firmwar