HID: sony: remove duplicate NULL check before calling usb_free_urb()
authorJiri Kosina <jkosina@suse.cz>
Wed, 4 Oct 2023 19:10:41 +0000 (21:10 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 5 Oct 2023 10:50:35 +0000 (12:50 +0200)
commitb328dd02e19cb9d3b35de4322f5363516a20ac8c
tree13ceb79f5e1c8e3f70bc23ccc2210580af61409a
parent95ea4d9fd385fe335b989f22d409df079a042b7a
HID: sony: remove duplicate NULL check before calling usb_free_urb()

usb_free_urb() does the NULL check itself, so there is no need to duplicate
it prior to calling.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: e1cd4004cde7c9 ("HID: sony: Fix a potential memory leak in sony_probe()")
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sony.c