irq: intc: remove unnecesary of_address_to_resource() call
authorFelipe Balbi <balbi@ti.com>
Tue, 9 Sep 2014 00:55:07 +0000 (17:55 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 9 Sep 2014 00:55:07 +0000 (17:55 -0700)
commite4941051ea8b592ab9ea244d2ddfa83fbe04e96a
tree061eb5baa35d2c6ed94b4e0205d4e6361e04fe89
parentac1a5e494d5e590a93c8899bc8a396c97fe8914c
irq: 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().

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