Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40886
b: refs/heads/master
c: 6f36fbb
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Mauro Carvalho Chehab committed Nov 13, 2006
1 parent 00d58cb commit 74635ba
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: fef4fa1475db6a53237e29451c88c15167d69cc4
refs/heads/master: 6f36fbb242442184d314e305199bb9a449be4f67
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/b2c2/flexcop-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static int flexcop_usb_i2c_req(struct flexcop_usb *fc_usb,
wIndex = (chipaddr << 8 ) | addr;

deb_i2c("i2c %2d: %02x %02x %02x %02x %02x %02x\n",func,request_type,req,
((wValue && 0xff) << 8),wValue >> 8,((wIndex && 0xff) << 8),wIndex >> 8);
wValue & 0xff, wValue >> 8, wIndex & 0xff, wIndex >> 8);

len = usb_control_msg(fc_usb->udev,pipe,
req,
Expand Down

0 comments on commit 74635ba

Please sign in to comment.