Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92687
b: refs/heads/master
c: 7640ea9
h: refs/heads/master
i:
  92685: 497c259
  92683: b0c61b0
  92679: fbd1c49
  92671: 9942408
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 49bf4bb commit e058525
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: 83244025e70aadd7e8baad520decf5d53d534d8f
refs/heads/master: 7640ea99339c687864f6131598e2eee2ca73cb9c
1 change: 0 additions & 1 deletion trunk/drivers/media/video/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ int em28xx_write_regs_req(struct em28xx *dev, u8 req, u16 reg, char *buf,
ret = usb_control_msg(dev->udev, usb_sndctrlpipe(dev->udev, 0), req,
USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE,
0x0000, reg, bufs, len, HZ);
msleep(5); /* FIXME: magic number */
kfree(bufs);
return ret;
}
Expand Down

0 comments on commit e058525

Please sign in to comment.