accelerants common: fix crash on x86 i2c tracing
This commit is contained in:
parent
7d41530f62
commit
721918869c
@ -108,7 +108,7 @@ wait_for_clk(const i2c_bus *bus, bigtime_t timeout)
|
||||
return B_OK;
|
||||
|
||||
if (system_time() - startTime > timeout) {
|
||||
TRACE("%s: Timeout waiting on clock (r)\n");
|
||||
TRACE("%s: Timeout waiting on clock (r)\n", __func__);
|
||||
return B_TIMEOUT;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user