Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285345
b: refs/heads/master
c: 773ddbd
h: refs/heads/master
i:
  285343: 1c4eab0
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Dec 11, 2011
1 parent b07e93c commit 219afd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ed942c507465287777a5342f83af1638ba05a6ac
refs/heads/master: 773ddbd228dc16a4829836e1dc16383e44c8575e
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/saa7164/saa7164-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ int saa7164_bus_set(struct saa7164_dev *dev, struct tmComResInfo* msg,
saa7164_bus_verify(dev);

msg->size = cpu_to_le16(msg->size);
msg->command = cpu_to_le16(msg->command);
msg->command = cpu_to_le32(msg->command);
msg->controlselector = cpu_to_le16(msg->controlselector);

if (msg->size > dev->bus.m_wMaxReqSize) {
Expand Down Expand Up @@ -464,7 +464,7 @@ int saa7164_bus_get(struct saa7164_dev *dev, struct tmComResInfo* msg,

peekout:
msg->size = le16_to_cpu(msg->size);
msg->command = le16_to_cpu(msg->command);
msg->command = le32_to_cpu(msg->command);
msg->controlselector = le16_to_cpu(msg->controlselector);
ret = SAA_OK;
out:
Expand Down

0 comments on commit 219afd5

Please sign in to comment.