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_az6007.pl: Fix the payload var name at the parser logic Author: Mauro Carvalho Chehab <[email protected]> Date: Sun Jul 24 08:09:57 2011 -0300 Signed-off-by: Mauro Carvalho Chehab <[email protected]> contrib/az6007/parse_az6007.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=d637a15c0ee8e068171d7285ecfbac40abd993f5 diff --git a/contrib/az6007/parse_az6007.pl b/contrib/az6007/parse_az6007.pl index 5970605..cc53ec2 100755 --- a/contrib/az6007/parse_az6007.pl +++ b/contrib/az6007/parse_az6007.pl @@ -2253,7 +2253,7 @@ sub i2c_decode($$$$$) if ($n >= 6 && !$write) { # This is how az6007 returns reads $n -= 6; - $data = substr($data, 3 * 5, $n * 3); + $payload = substr($payload, 3 * 5, $n * 3); } $addr = $wvalue & 0xff; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
