Searched hist:"2 fe50ef4034b69b45413108dd3e736de2548c04a" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | i2c_core.c | 2fe50ef4034b69b45413108dd3e736de2548c04a Mon Dec 01 19:49:18 UTC 2014 Mark Tomlinson <mark.tomlinson@alliedtelesis.co.nz> i2c: Fix deselection of muxes
Due to an uninitialised variable, when muxes were deselected, any value could be written to the mux control register. On the PCA9548, this could result in multiple channels being selected, thus enabling multiple pull-up resistors, and much bus capacitance.
The fix is simply to initialise the written value to zero.
Signed-off-by: Mark Tomlinson <mark.tomlinson@alliedtelesis.co.nz>
|