aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-designware-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-designware-core.c b/drivers/i2c/busses/i2c-designware-core.c
index 7b8ebbefb581..cbba7db9ad59 100644
--- a/drivers/i2c/busses/i2c-designware-core.c
+++ b/drivers/i2c/busses/i2c-designware-core.c
@@ -370,7 +370,7 @@ static void i2c_dw_xfer_init(struct dw_i2c_dev *dev)
370 * messages into the tx buffer. Even if the size of i2c_msg data is 370 * messages into the tx buffer. Even if the size of i2c_msg data is
371 * longer than the size of the tx buffer, it handles everything. 371 * longer than the size of the tx buffer, it handles everything.
372 */ 372 */
373void 373static void
374i2c_dw_xfer_msg(struct dw_i2c_dev *dev) 374i2c_dw_xfer_msg(struct dw_i2c_dev *dev)
375{ 375{
376 struct i2c_msg *msgs = dev->msgs; 376 struct i2c_msg *msgs = dev->msgs;