From: Felipe Balbi Date: Mon, 15 Sep 2014 21:15:05 +0000 (-0500) Subject: irqchip: omap-intc: remove unnecesary of_address_to_resource() call X-Git-Tag: intc-part2-for-v3.18~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bb3b375c8837ea73740883a90b1d7719b2653cc;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed