Skip to content

Commit c405861

Browse files
Wolfram SangAndi Shyti
authored andcommitted
i2c: sis5595: 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 39a6695 commit c405861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-sis5595.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ static int sis5595_transaction(struct i2c_adapter *adap)
257257
if (temp & 0x20) {
258258
dev_err(&adap->dev, "Bus collision! SMBus may be locked until "
259259
"next hard reset (or not...)\n");
260-
/* Clock stops and slave is stuck in mid-transmission */
260+
/* Clock stops and target is stuck in mid-transmission */
261261
result = -EIO;
262262
}
263263

0 commit comments

Comments
 (0)