diff options
Diffstat (limited to 'drivers/nfc/nfcwilink.c')
-rw-r--r-- | drivers/nfc/nfcwilink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/nfcwilink.c b/drivers/nfc/nfcwilink.c index ebf6da75bd40..0c79921b3870 100644 --- a/drivers/nfc/nfcwilink.c +++ b/drivers/nfc/nfcwilink.c | |||
@@ -171,7 +171,7 @@ static int nfcwilink_get_bts_file_name(struct nfcwilink *drv, char *file_name) | |||
171 | dev_dbg(&drv->pdev->dev, "wait_for_completion_timeout returned %ld\n", | 171 | dev_dbg(&drv->pdev->dev, "wait_for_completion_timeout returned %ld\n", |
172 | comp_ret); | 172 | comp_ret); |
173 | if (comp_ret == 0) { | 173 | if (comp_ret == 0) { |
174 | dev_err(&drv->pdev->dev, | 174 | nfc_err(&drv->pdev->dev, |
175 | "timeout on wait_for_completion_timeout\n"); | 175 | "timeout on wait_for_completion_timeout\n"); |
176 | return -ETIMEDOUT; | 176 | return -ETIMEDOUT; |
177 | } | 177 | } |