]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: isp1760: Unmap I/O registers at platform device removal
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 20 Jan 2015 22:55:43 +0000 (00:55 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 27 Jan 2015 15:38:15 +0000 (09:38 -0600)
commit5324713c998d6615d858606188fe69a23d1de9d8
tree363897fef619f4d388e18ffbc559932182392a3a
parentfcead8431d245af312afcbcbfbfc34a0fec77cd9
usb: isp1760: Unmap I/O registers at platform device removal

The I/O registers are mapped in the HCD code but must be unmapped by
glue code. The OF and PCI glue code unmap them correctly but the
platform glue code is missing an iounmap() call. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/host/isp1760-if.c