commit | f5d8edaf1d06e922a3c3d75c52ef5628ceec32c4 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Tue Feb 12 16:22:24 2013 -0300 |
committer | Jon Hunter <jon-hunter@ti.com> | Mon Apr 01 14:53:39 2013 -0500 |
tree | 03b4641f9dd634b99b8b19e2d3a42e57e7d3dccb | |
parent | 7ab91596a55e05410fcaab6d7d066ce0e0d0a712 [diff] |
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 <ezequiel.garcia@free-electrons.com> Reviewed-by: Jon Hunter <jon-hunter@ti.com> Signed-off-by: Jon Hunter <jon-hunter@ti.com>