Home
last modified time | relevance | path

Searched hist:f2f13a68c37c13a7147b279b77b8fb2a36846059 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/
H A Dhid-sensor-hub.cdiff f2f13a68c37c13a7147b279b77b8fb2a36846059 Wed Sep 19 17:30:00 CEST 2012 Axel Lin <[mailto:axel.lin@gmail.com]> HID: hid-sensor-hub: Fix sensor_hub_probe error handling

Fix below issues:
1. In the case of goto err_close, hid_hw_stop(hdev) is called twice. Fix it.
2. If fails to allocate MFD device name, we also need to free all
successfully allocated names in previous iterations.
3. In sensor_hub_remove(), Call hid_hw_close() before hid_hw_stop().
4. Adjust unnecessary change lines for hid_err.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Jiri Kosina <jkosina@suse.cz>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>