USB: isp1362: Use devm_ioremap_resource
authorTobias Klauser <tklauser@distanz.ch>
Tue, 5 Aug 2014 12:01:35 +0000 (14:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 04:33:10 +0000 (21:33 -0700)
Use devm_ioremap_resource to simplify error handling in the probe
function and to get rid of some boilerplate in the remove function.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/isp1362-hcd.c

Simple merge