HID: sony: Fix a potential memory leak in sony_probe()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 3 Sep 2023 16:04:00 +0000 (18:04 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 4 Sep 2023 09:14:22 +0000 (11:14 +0200)
commite1cd4004cde7c9b694bbdd8def0e02288ee58c74
treee5ea3aa5df5edebefa941f59c47cc589c0619989
parent29aa98d0fe013e2ab62aae4266231b7fb05d47a2
HID: sony: Fix a potential memory leak in sony_probe()

If an error occurs after a successful usb_alloc_urb() call, usb_free_urb()
should be called.

Fixes: fb1a79a6b6e1 ("HID: sony: fix freeze when inserting ghlive ps3/wii dongles")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sony.c