diff options
-rw-r--r-- | drivers/hid/hid-axff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-axff.c b/drivers/hid/hid-axff.c index b4554288de00..121514149e0b 100644 --- a/drivers/hid/hid-axff.c +++ b/drivers/hid/hid-axff.c | |||
@@ -154,6 +154,7 @@ static int ax_probe(struct hid_device *hdev, const struct hid_device_id *id) | |||
154 | error = hid_hw_open(hdev); | 154 | error = hid_hw_open(hdev); |
155 | if (error) { | 155 | if (error) { |
156 | dev_err(&hdev->dev, "hw open failed\n"); | 156 | dev_err(&hdev->dev, "hw open failed\n"); |
157 | hid_hw_stop(hdev); | ||
157 | return error; | 158 | return error; |
158 | } | 159 | } |
159 | 160 | ||