Home
last modified time | relevance | path

Searched hist:"2 b6579d4a71afb19c6583470783371b992944f67" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/
H A Dhid-sony.cdiff 2b6579d4a71afb19c6583470783371b992944f67 Fri Dec 09 04:09:50 CET 2016 Roderick Colenbrander <roderick.colenbrander@sony.com> HID: sony: Fix error handling bug when touchpad registration fails

The error handling code in sony_input_configured in general uses goto
based cleanup. Recently we migrated code from sony_probe to here, but
we didn't update the existing touchpad registration code, which was
already here to use the goto.

Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>