aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-dell.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-dell.c')
-rw-r--r--drivers/hid/hid-dell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-dell.c b/drivers/hid/hid-dell.c
index 5d1d54cfa87e..788faa6b6cac 100644
--- a/drivers/hid/hid-dell.c
+++ b/drivers/hid/hid-dell.c
@@ -34,7 +34,7 @@ static int dell_probe(struct hid_device *hdev, const struct hid_device_id *id)
34 goto err_free; 34 goto err_free;
35 } 35 }
36 36
37 ret = hid_hw_start(hdev); 37 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
38 if (ret) { 38 if (ret) {
39 dev_err(&hdev->dev, "hw start failed\n"); 39 dev_err(&hdev->dev, "hw start failed\n");
40 goto err_free; 40 goto err_free;