From: Ezequiel Garcia Date: Tue, 12 Feb 2013 19:22:24 +0000 (-0300) Subject: ARM: omap2: gpmc: Remove redundant chip select out of range check X-Git-Tag: omap-for-v3.10/gpmc-signed^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5d8edaf1d06e922a3c3d75c52ef5628ceec32c4;p=pandora-kernel.git ARM: omap2: gpmc: Remove redundant chip select out of range check This check is done before the call to gpmc_cs_reserved() and gpmc_cs_set_reserved() and it's redundant to do it again in each function. This simplifies the code a bit. Signed-off-by: Ezequiel Garcia Reviewed-by: Jon Hunter Signed-off-by: Jon Hunter --- Reading git-diff-tree failed