diff options
Diffstat (limited to 'drivers/hid/hid-input.c')
-rw-r--r-- | drivers/hid/hid-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index b718f7144ce1..a1a2206714fc 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c | |||
@@ -826,7 +826,7 @@ int hidinput_connect(struct hid_device *hid, unsigned int force) | |||
826 | if (!hidinput || !input_dev) { | 826 | if (!hidinput || !input_dev) { |
827 | kfree(hidinput); | 827 | kfree(hidinput); |
828 | input_free_device(input_dev); | 828 | input_free_device(input_dev); |
829 | err_hid("Out of memory during hid input probe"); | 829 | hid_err(hid, "Out of memory during hid input probe\n"); |
830 | goto out_unwind; | 830 | goto out_unwind; |
831 | } | 831 | } |
832 | 832 | ||