Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235654
b: refs/heads/master
c: 2591418
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 19b5efc commit 6d32850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b01627c608d97b5246eb7a4b75c40f2a1fb4dc30
refs/heads/master: 2591418bb18ea597dc34cc369899e11c3d4ecc87
2 changes: 2 additions & 0 deletions trunk/drivers/staging/tm6000/tm6000-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ int tm6000_ir_int_start(struct tm6000_core *dev)
return -ENODEV;

ir->int_urb = usb_alloc_urb(0, GFP_KERNEL);
if (!ir->int_urb)
return -ENOMEM;

pipe = usb_rcvintpipe(dev->udev,
dev->int_in.endp->desc.bEndpointAddress
Expand Down

0 comments on commit 6d32850

Please sign in to comment.