parent
377f09846f
commit
0d59e15c6b
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ static int sch_transaction(void)
|
|||
if (retries > MAX_RETRIES) {
|
||||
dev_err(&sch_adapter.dev, "SMBus Timeout!\n");
|
||||
result = -ETIMEDOUT;
|
||||
} else if (temp & 0x04) {
|
||||
}
|
||||
if (temp & 0x04) {
|
||||
result = -EIO;
|
||||
dev_dbg(&sch_adapter.dev, "Bus collision! SMBus may be "
|
||||
"locked until next hard reset. (sorry!)\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue