Commit 389d5b25 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: more sparse fixups that found a real bug in the se401 driver

Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent fcfab60e
......@@ -1295,7 +1295,7 @@ static int se401_init(struct usb_se401 *se401, int button)
&se401->button, sizeof(se401->button),
se401_button_irq,
se401,
HZ/10
8
);
if (usb_submit_urb(se401->inturb, GFP_KERNEL)) {
info("int urb burned down");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment