From: Tarun Kanti DebBarma Date: Tue, 27 Sep 2011 00:08:09 +0000 (+0530) Subject: gpio/omap: remove unnecessary bit-masking for read access X-Git-Tag: v3.4-rc1~65^2~24^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3901eaf1fc289e8175faa8c7c460d542b6eb7dd;p=pandora-kernel.git 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 Signed-off-by: Tarun Kanti DebBarma Reviewed-by: Santosh Shilimkar Reviewed-by: Kevin Hilman Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed