commit | 824802dcb37dbf3f86937690ceb0a6773545e6b3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 18:15:46 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 21:06:10 2015 -0600 |
tree | 3f2906eb88adefa85e2efb1018102c4d5ec1a155 | |
parent | e6346b049207d6f90c9b3ae0ce2d0e1230405259 [diff] |
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>