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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Oct 2023 20:00:44 +0000 (22:00 +0200)
commit07c6338acb15f78e9e6425eb8ccaa02a548b09d4
tree8a6e4015457167edf86bdba5f982b50edb31ede7
parent40d609b6ad90241150ed4217290857f54affb8ff
HID: sony: remove duplicate NULL check before calling usb_free_urb()

[ Upstream commit b328dd02e19cb9d3b35de4322f5363516a20ac8c ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/hid-sony.c