From: Kevin Hilman Date: Fri, 22 Apr 2011 15:15:46 +0000 (-0700) Subject: gpio/omap: remove useless gpio_valid() & check_gpio() checks X-Git-Tag: v3.1-rc1~313^2~20^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6f8416e22a6d9f4708847bb2d88f0719b0f49e;p=pandora-kernel.git gpio/omap: remove useless gpio_valid() & check_gpio() checks These functions are useless. They are only called in a few places, and where they are called, the GPIO has already been converted from an IRQ or masked, so these functions will never fail. Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed