rk_i2c_drain_rx: remove useless arithmetic manipulations
When i % 4 == 0 the result of (i / 4) * 4 is always i.
MFC after: 1 week
rk_i2c_drain_rx: remove useless arithmetic manipulations Tags None Referenced Files None Subscribers None
Description
Details
|