Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41291
b: refs/heads/master
c: 4ba0b2e
h: refs/heads/master
i:
  41289: 94bc4cd
  41287: fc1af2a
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 3951839 commit 9c0e313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f07429fa295a04e06c93601e6c597e7a6d95495
refs/heads/master: 4ba0b2ed583b80cb26b9c8d8a8b418f677ec4a83
6 changes: 2 additions & 4 deletions trunk/drivers/usb/input/usbkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,8 @@ static int usb_kbd_alloc_mem(struct usb_device *dev, struct usb_kbd *kbd)

static void usb_kbd_free_mem(struct usb_device *dev, struct usb_kbd *kbd)
{
if (kbd->irq)
usb_free_urb(kbd->irq);
if (kbd->led)
usb_free_urb(kbd->led);
usb_free_urb(kbd->irq);
usb_free_urb(kbd->led);
if (kbd->new)
usb_buffer_free(dev, 8, kbd->new, kbd->new_dma);
if (kbd->cr)
Expand Down

0 comments on commit 9c0e313

Please sign in to comment.