]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: isp1760: Retrieve pdev memory resource from hcd at remove time
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 20 Jan 2015 22:55:42 +0000 (00:55 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 27 Jan 2015 15:38:11 +0000 (09:38 -0600)
commitfcead8431d245af312afcbcbfbfc34a0fec77cd9
treea9592a92ff51b3478d8ca1a90705a757cbff1c4f
parent8a8b96f487e8b7ba0a9384df8e7ecc514152114c
usb: isp1760: Retrieve pdev memory resource from hcd at remove time

The platform driver remove function needs to release the memory resource
requested at probe time. Instead of retrieving the resource from the
platform device, retrieve it from the usb_hcd. This mimics the behaviour
of the PCI and OF glues, and will make it easier to share code between
all three glue layers.

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