]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe3e5ff74751b84a964c86a9a373f068b2d1af7f
treefc447b4910f83a6d3189e3ec8a47edb62b9b7f93
parentbac51ce8de37d401d37b2af13bbe5a827c8e57a3
USB: isp1362: Use devm_ioremap_resource

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