projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31e0ad6
)
V4L/DVB (12457): zr364: wrong indexes
author
Roel Kluin
<roel.kluin@gmail.com>
Tue, 11 Aug 2009 11:10:25 +0000
(08:10 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 31 Aug 2009 05:24:53 +0000
(
02:24
-0300)
The order of indexes is reversed
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Antoine Jacquet <royale@zerezo.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/zr364xx.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/zr364xx.c
b/drivers/media/video/zr364xx.c
index fc976f42f4328d70bbccb9a65a1d4bd0b5173cf5..2622a6e63da1ed78b1bcaae07b164a33d13c1e66 100644
(file)
--- a/
drivers/media/video/zr364xx.c
+++ b/
drivers/media/video/zr364xx.c
@@
-695,7
+695,7
@@
static int zr364xx_release(struct file *file)
for (i = 0; i < 2; i++) {
err =
send_control_msg(udev, 1, init[cam->method][i].value,
- 0, init[
i][cam->method
].bytes,
+ 0, init[
cam->method][i
].bytes,
init[cam->method][i].size);
if (err < 0) {
dev_err(&udev->dev, "error during release sequence\n");