HID: Add and use hid_<level>: dev_<level> equivalents
[deliverable/linux.git] / drivers / hid / hid-input.c
index b718f7144ce16849a771144b9392eb0c1b1c7524..a1a2206714fc91636a64444842b3c73b4aca0a2c 100644 (file)
@@ -826,7 +826,7 @@ int hidinput_connect(struct hid_device *hid, unsigned int force)
                                if (!hidinput || !input_dev) {
                                        kfree(hidinput);
                                        input_free_device(input_dev);
-                                       err_hid("Out of memory during hid input probe");
+                                       hid_err(hid, "Out of memory during hid input probe\n");
                                        goto out_unwind;
                                }
 
This page took 0.027324 seconds and 5 git commands to generate.