Skip to content

Commit 7d06f94

Browse files
Wolfram SangAndi Shyti
authored andcommitted
i2c: isch: 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 <wsa+renesas@sang-engineering.com> Reviewed-by: Andi Shyti <andi.shyti@kernel.org> Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
1 parent 5e705f9 commit 7d06f94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/i2c/busses/i2c-isch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static int sch_transaction(void)
104104
result = -EIO;
105105
dev_dbg(&sch_adapter.dev, "Bus collision! SMBus may be "
106106
"locked until next hard reset. (sorry!)\n");
107-
/* Clock stops and slave is stuck in mid-transmission */
107+
/* Clock stops and target is stuck in mid-transmission */
108108
} else if (temp & 0x02) {
109109
result = -EIO;
110110
dev_err(&sch_adapter.dev, "Error: no response!\n");

0 commit comments

Comments
 (0)