commit | d3901eaf1fc289e8175faa8c7c460d542b6eb7dd | [log] [tgz] |
---|---|---|
author | Tarun Kanti DebBarma <tarun.kanti@ti.com> | Tue Sep 27 05:38:09 2011 +0530 |
committer | Tarun Kanti DebBarma <tarun.kanti@ti.com> | Mon Feb 06 14:13:43 2012 +0530 |
tree | 0d75db4627421ae9e076840a06c57dbd0be1cd51 | |
parent | fad96ea825e7a8ee0c5b77292b470e4978157ee7 [diff] |
gpio/omap: remove unnecessary bit-masking for read access Remove un-necessary bit masking. Since the register are 4 byte aligned and readl would work as is. The 'enabled' mask is already taking care to mask for bank width. Signed-off-by: Charulatha V <charu@ti.com> Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@ti.com> Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Reviewed-by: Kevin Hilman <khilman@ti.com> Signed-off-by: Kevin Hilman <khilman@ti.com>