From: Stephen Warren Date: Mon, 19 Mar 2012 16:24:41 +0000 (-0600) Subject: ARM: tegra: seaboard: Don't gpio_request() ISL29018_IRQ X-Git-Tag: v3.5-rc1~152^2~6^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c61b3da0aca4cccb1dca757eb94e443faba4e88f;p=pandora-kernel.git ARM: tegra: seaboard: Don't gpio_request() ISL29018_IRQ Don't call gpio_request() or gpio_direction_input() for ISL29018_IRQ. This pin is only used as an IRQ, and hence no GPIO configuration should be necessary; the GPIO/IRQ driver should (and does) perform any required setup when the IRQ is requested. Signed-off-by: Stephen Warren Acked-by: Olof Johansson --- Reading git-diff-tree failed