exynos: i2c: Fix code style with ReadWriteByte()
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:15:46 +0000 (18:15 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 03:06:10 +0000 (21:06 -0600)
commit26ea76850e136651d0b02f6623b5c39fb98b10eb
tree3f2906eb88adefa85e2efb1018102c4d5ec1a155
parentb725dc458f9db44957d4f541d05defe178dda7b5
exynos: i2c: Fix code style with ReadWriteByte()

This function should not use mixed case, and it is simpler to use
clrbits_le32() when clearing bits. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
drivers/i2c/s3c24x0_i2c.c