From: Felipe Balbi Date: Tue, 9 Sep 2014 00:55:07 +0000 (-0700) Subject: irq: intc: remove unnecesary of_address_to_resource() call X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4941051ea8b592ab9ea244d2ddfa83fbe04e96a;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed