]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
exynos: i2c: Fix code style with ReadWriteByte()
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:15:46 +0000 (18:15 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:13 +0000 (08:17 +0200)
commit6f52ee3e520079012888839eb2efbd6eb4905032
treed159a5192fe51bfabcea369e8667f532fa2e05ed
parent2eeea286bfed593099770d7b2813b13980c5fada
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