Skip to content

Commit a0ea305

Browse files
Wolfram SangAndi Shyti
authored andcommitted
i2c: piix4: reword according to newest specification
Change the wording of this driver wrt. the newest I2C v7 and SMBus 3.2 specifications and replace "master/slave" with more appropriate terms. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Andi Shyti <[email protected]> Signed-off-by: Andi Shyti <[email protected]>
1 parent 7d4cbda commit a0ea305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-piix4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ static int piix4_transaction(struct i2c_adapter *piix4_adapter)
589589
result = -EIO;
590590
dev_dbg(&piix4_adapter->dev, "Bus collision! SMBus may be "
591591
"locked until next hard reset. (sorry!)\n");
592-
/* Clock stops and slave is stuck in mid-transmission */
592+
/* Clock stops and target is stuck in mid-transmission */
593593
}
594594

595595
if (temp & 0x04) {

0 commit comments

Comments
 (0)