This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: parse_cx231xx.pl: Fix write_ctrl msg
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Mon Jan 31 17:14:35 2011 -0200

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 contrib/cx231xx/parse_cx231xx.pl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=35b9db977d43c6765036b304e6412c7a52503b04

diff --git a/contrib/cx231xx/parse_cx231xx.pl b/contrib/cx231xx/parse_cx231xx.pl
index ed34250..7cfbc00 100755
--- a/contrib/cx231xx/parse_cx231xx.pl
+++ b/contrib/cx231xx/parse_cx231xx.pl
@@ -163,8 +163,7 @@ while (<>) {
                                my $reg = $windex;
                                $reg = $cfg_reg_map{$windex} if 
defined($cfg_reg_map{$windex});
 
-                               printf "cx231xx_read_ctrl_reg(dev, $reg, 
$cfg_len);\t\t/* read %s */\n",
-                                       $payload;
+                               printf "cx231xx_write_ctrl_reg(dev, $reg, 
$payload, $cfg_len);\n";
                        }
                } elsif ($req == 0xd) {
                        my $cfg_len;

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to