Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114025
b: refs/heads/master
c: 117a45a
h: refs/heads/master
i:
  114023: 0d2b5cd
v: v3
  • Loading branch information
Shane authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 17a2719 commit 86a1a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 3c41cb77f4be3076fdbcf9a417052c3c6ce78094
refs/heads/master: 117a45a85e8c250a45674f81aadd68d77281e57b
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/spca561.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static void reg_w_val(struct usb_device *dev, __u16 index, __u8 value)

ret = usb_control_msg(dev, usb_sndctrlpipe(dev, 0),
0, /* request */
USB_TYPE_VENDOR | USB_RECIP_DEVICE,
USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE,
value, index, NULL, 0, 500);
PDEBUG(D_USBO, "reg write: 0x%02x:0x%02x", index, value);
if (ret < 0)
Expand Down

0 comments on commit 86a1a61

Please sign in to comment.