[PATCH 04/17] i2c: omap: simplify omap_i2c_ack_stat()
From: Shilimkar, Santosh <hidden>
Date: 2012-06-14 10:46:20
Also in:
linux-i2c, linux-omap, lkml
From: Shilimkar, Santosh <hidden>
Date: 2012-06-14 10:46:20
Also in:
linux-i2c, linux-omap, lkml
On Thu, Jun 14, 2012 at 3:50 PM, Felipe Balbi [off-list ref] wrote:
stat & BIT(1) is the same as BIT(1), so let's simplify things a bit by removing "stat &" from all omap_i2c_ack_stat() calls. Signed-off-by: Felipe Balbi <redacted> ---
Indeed. Looks good to me. Reviewed-by : Santosh Shilimkar [off-list ref]