]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: gr_udc: Use platform_get_irq instead of irq_of_parse_and_map
authorAndreas Larsson <andreas@gaisler.com>
Thu, 27 Mar 2014 15:15:55 +0000 (16:15 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 21 Apr 2014 19:07:26 +0000 (14:07 -0500)
commit7075f8e51575e8ddc98aad84da6a41280011b0dc
tree591b809d7eb5d30b6af2d580c4e1a272cdafec1c
parent2250f7ecb45e7bf8f8c9e2672f5da5c80d2da0ed
usb: gadget: gr_udc: Use platform_get_irq instead of irq_of_parse_and_map

Use platform_get_irq as no mapping needs to be done. No functional difference
for SPARC which is the typical environment for the driver though. Suggested by
Mark Rutland.

Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/gr_udc.c