]> Git Repo - J-u-boot.git/commit
cmd_i2c: change variable type for 10bit addressing support
authorMasahiro Yamada <[email protected]>
Fri, 19 Dec 2014 18:34:23 +0000 (03:34 +0900)
committerSimon Glass <[email protected]>
Fri, 30 Jan 2015 00:09:49 +0000 (17:09 -0700)
commit5468461d1ea05ff99cf206939293480cc86fd2ec
tree3595c82a929f1f3e0a3c62d26bfb394ece2189d0
parent233e42a985ce1e2ed2c33fbc2bee525a5cacdda9
cmd_i2c: change variable type for 10bit addressing support

To store 10bit chip address, the variable type should not be uchar,
but uint.

Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Simon Glass <[email protected]>
Acked-by: Simon Glass <[email protected]>
Acked-by: Heiko Schocher<[email protected]>
common/cmd_i2c.c
This page took 0.034281 seconds and 4 git commands to generate.