The patch number 9948 was added via Mauro Carvalho Chehab <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Mauro Carvalho Chehab <[email protected]>
v4l2-dbg: fix --list-symbols option
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
v4l2-apps/util/v4l2-dbg.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -r 2c6835aaa8ea -r 5df4f03253db v4l2-apps/util/v4l2-dbg.cpp
--- a/v4l2-apps/util/v4l2-dbg.cpp Mon Dec 22 08:54:05 2008 -0200
+++ b/v4l2-apps/util/v4l2-dbg.cpp Mon Dec 22 09:36:29 2008 -0200
@@ -706,9 +706,9 @@ list_done:
else {
printf("Symbols for driver %s:\n", vcap.driver);
for (int i = 0; i < curr_bd->regs_size; i++)
- printf("0x%08x: %s\n", curr_bd->regs[i],
curr_bd->regs[i].name);
+ printf("0x%08x: %s\n", curr_bd->regs[i].reg,
curr_bd->regs[i].name);
for (int i = 0; i < curr_bd->alt_regs_size; i++)
- printf("0x%08x: %s\n", curr_bd->alt_regs[i],
curr_bd->alt_regs[i].name);
+ printf("0x%08x: %s\n",
curr_bd->alt_regs[i].reg, curr_bd->alt_regs[i].name);
}
}
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/5df4f03253db614a403e75239776c518dd0c98d5
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits