1
0
Fork 0

HID: rmi: do not stop the device at the end of probe

Well, this is embarrassing, if the device is stopped at the end of probe,
we get into big trouble.

This was a leftover of an attempt to be smart when sending the patch,
I deeply apologies.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Benjamin Tissoires 2014-04-09 11:01:34 -04:00 committed by Jiri Kosina
parent 9fb6bf02e3
commit b89f991af0
1 changed files with 0 additions and 1 deletions

View File

@ -848,7 +848,6 @@ static int rmi_probe(struct hid_device *hdev, const struct hid_device_id *id)
return -EIO;
}
hid_hw_stop(hdev);
return 0;
}