Skip to content

Commit d178a2f

Browse files
Wolfram SangAndi Shyti
authored andcommitted
i2c: ali1563: remove printout on handled timeouts
I2C and SMBus timeouts are not something the user needs to be informed about on controller level. The client driver may know if that really is a problem and give more detailed information to the user. The controller should just pass this information upwards. Remove the printout. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Jean Delvare <[email protected]> Signed-off-by: Andi Shyti <[email protected]>
1 parent aaf20db commit d178a2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/i2c/busses/i2c-ali1563.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ static int ali1563_transaction(struct i2c_adapter *a, int size)
9999
return 0;
100100

101101
if (!timeout) {
102-
dev_err(&a->dev, "Timeout - Trying to KILL transaction!\n");
103102
/* Issue 'kill' to host controller */
104103
outb_p(HST_CNTL2_KILL, SMB_HST_CNTL2);
105104
data = inb_p(SMB_HST_STS);

0 commit comments

Comments
 (0)