media: iguanair: no superfluous usb_unlink_urb()
authorOliver Neukum <oneukum@suse.com>
Thu, 12 May 2022 12:50:00 +0000 (13:50 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 20 Jun 2022 09:30:33 +0000 (10:30 +0100)
commit0189ef82722894bc8c9361f90f18577977d58ef4
tree9a9f53cd5cd475dc62076890595aad0f0522a9f7
parent5e4029056263f65a157eaee75c9306cd8254f567
media: iguanair: no superfluous usb_unlink_urb()

Unlinking yourself while the completion handler
is running is a NOP. Drop it.

Signed-off-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/rc/iguanair.c