Commit 926b1e90 authored by Mariusz Kozlowski's avatar Mariusz Kozlowski Committed by Greg Kroah-Hartman
Browse files

usb: quickcam_messenger free urb cleanup



- usb_free_urb() cleanup

Signed-off-by: default avatarMariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 14d2707b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -190,7 +190,6 @@ static int qcm_alloc_int_urb(struct qcm *cam)

static void qcm_free_int(struct qcm *cam)
{
	if (cam->button_urb)
	usb_free_urb(cam->button_urb);
}
#endif /* CONFIG_INPUT */