Re: [PATCH] USB: ohci-sm501: Add missed iounmap() in remove

2020-06-10 Thread Alan Stern
On Wed, Jun 10, 2020 at 10:48:44AM +0800, Chuhong Yuan wrote: > This driver misses calling iounmap() in remove to undo the ioremap() > called in probe. > Add the missed call to fix it. > > Fixes: f54aab6ebcec ("usb: ohci-sm501 driver") > Signed-off-by: Chuhong Yuan > --- >

[PATCH] USB: ohci-sm501: Add missed iounmap() in remove

2020-06-09 Thread Chuhong Yuan
This driver misses calling iounmap() in remove to undo the ioremap() called in probe. Add the missed call to fix it. Fixes: f54aab6ebcec ("usb: ohci-sm501 driver") Signed-off-by: Chuhong Yuan --- drivers/usb/host/ohci-sm501.c | 1 + 1 file changed, 1 insertion(+) diff --git