From: Ben Dooks Date: Tue, 17 Jun 2014 15:15:00 +0000 (+0100) Subject: usb: gadget: r8a66597-udc: use devm_request_irq() to get device irq X-Git-Tag: cleanup-for-v3.18~123^2~18^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b526951c356c9270f1737ca4e100e9b420d8223;p=pandora-kernel.git usb: gadget: r8a66597-udc: use devm_request_irq() to get device irq Use the devm_request_irq() call to get the interrupt for the device and have it automatically free on exit. Signed-off-by: Ben Dooks Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed