[PATCH] s/;;/;/g
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
29afd49b72
commit
53b3531bbb
@@ -1215,7 +1215,7 @@ static void hid_irq_out(struct urb *urb, struct pt_regs *regs)
|
||||
|
||||
if (hid->outhead != hid->outtail) {
|
||||
if (hid_submit_out(hid)) {
|
||||
clear_bit(HID_OUT_RUNNING, &hid->iofl);;
|
||||
clear_bit(HID_OUT_RUNNING, &hid->iofl);
|
||||
wake_up(&hid->wait);
|
||||
}
|
||||
spin_unlock_irqrestore(&hid->outlock, flags);
|
||||
|
Reference in New Issue
Block a user