From: Laurent Pinchart Date: Tue, 20 Jan 2015 22:55:43 +0000 (+0200) Subject: usb: isp1760: Unmap I/O registers at platform device removal X-Git-Tag: fixes-v4.0-rc1~102^2^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5324713c998d6615d858606188fe69a23d1de9d8;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed