diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-11-30 18:02:20 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2006-11-30 18:02:20 +0100 |
commit | dd520bf314c7add4183c5191692180f576f96b60 (patch) | |
tree | cf491729e5ca4a222a7fd7fe7205e5157de05f77 /board/mpc8349emds/pci.c | |
parent | ab07b6c221da99442b6c93986ca30607c6289bf0 (diff) |
Code cleanup.
Diffstat (limited to 'board/mpc8349emds/pci.c')
-rw-r--r-- | board/mpc8349emds/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpc8349emds/pci.c b/board/mpc8349emds/pci.c index bb60e730bc7..d6a12b82a49 100644 --- a/board/mpc8349emds/pci.c +++ b/board/mpc8349emds/pci.c @@ -74,7 +74,7 @@ pib_init(void) */ /* Switch temporarily to I2C bus #2 */ orig_i2c_bus = i2c_get_bus_num(); - i2c_set_bus_num(1); + i2c_set_bus_num(1); val8 = 0; i2c_write(0x23, 0x6, 1, &val8, 1); |