]> git.karo-electronics.de Git - linux-beck.git/commit
irqchip: omap-intc: remove unnecesary of_address_to_resource() call
authorFelipe Balbi <balbi@ti.com>
Mon, 15 Sep 2014 21:15:05 +0000 (16:15 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 16 Sep 2014 21:45:00 +0000 (14:45 -0700)
commit8bb3b375c8837ea73740883a90b1d7719b2653cc
treee798adb1feee131c192220c05efa5bf795d3d3c4
parent503b8d12e7462df0aea9b31ab65ac17b538540c9
irqchip: omap-intc: remove unnecesary of_address_to_resource() call

of_iomap(), which is called from omap_init_irq_of(),
already takes care of making sure we have a valid
resource to deal with. Because of that, we can
safely remove our explicit call to of_address_to_resource().

Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/irqchip/irq-omap-intc.c