diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-08-21 04:19:16 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2007-08-21 04:19:16 -0700 |
commit | b716e8bf4d4a9dfd0824a7b3825bc93515d3a144 (patch) | |
tree | 0d57528ca7113c912b35fe8987b851bf88efa4ec /linux/drivers/media/video/ovcamchip/ov6x20.c | |
parent | 1030c2906b27843297261f98cbe2682635312eb9 (diff) | |
download | mediapointer-dvb-s2-b716e8bf4d4a9dfd0824a7b3825bc93515d3a144.tar.gz mediapointer-dvb-s2-b716e8bf4d4a9dfd0824a7b3825bc93515d3a144.tar.bz2 |
cx88: Improve risc instruction printing in sram channel dump
From: Trent Piepho <xyzzy@speakeasy.org>
When the risc instrunctions from the CMDS were printed, instruction arguments
weren't taken into account.
This changes output like:
cx88[0]: risc0: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
cx88[0]: risc1: 0x0cac2800 [ INVALID sol eol 23 21 19 18 13 count=2048 ]
cx88[0]: risc2: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
cx88[0]: risc3: 0x0cac2c00 [ INVALID sol eol 23 21 19 18 13 count=3072 ]
into:
cx88[0]: risc0: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
cx88[0]: risc1: 0x0cac2800 [ arg #1 ]
cx88[0]: risc2: 0x1d010400 [ write sol eol irq1 cnt0 count=1024 ]
cx88[0]: risc3: 0x0cac2c00 [ arg #1 ]
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video/ovcamchip/ov6x20.c')
0 files changed, 0 insertions, 0 deletions