K 10 svn:author V 4 loos K 8 svn:date V 27 2014-06-03T14:46:50.670197Z K 7 svn:log V 348 Remove the unnecessary i2c slave address assignment. The ti_i2c controller only works in the master mode and the i2c address passed on iicbus_reset() is used to set the controller slave address when operating as an i2c slave (which isn't currently supported). When talking to a slave, the slave address is correctly provided to ti_i2c_tranfer(). END