mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
stmfts: fix warning
This commit is contained in:
parent
8729b953b0
commit
5f94d26061
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ static int stmfts_power_on(struct stmfts_data *sdata)
|
|||
msecs_to_jiffies(1000))) {
|
||||
err = -ETIMEDOUT;
|
||||
dev_err(&sdata->client->dev,
|
||||
"reset did not complete\n", err);
|
||||
"reset did not complete: %d\n", err);
|
||||
goto cleanup_irq;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue