diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-01-09 12:25:15 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:15 -0500 |
commit | cd43c3f60b73512744bb22fe27a266f611466827 (patch) | |
tree | 92b935fd4d11b0f7309ab4841e178925efb6826b /drivers/media/video/tda9887.c | |
parent | 7865c44d8ae832d6fb6522862268c7bd7814fd44 (diff) |
V4L/DVB (3103): Add VIDIOC_LOG_STATUS to tuner-core.c
- Mark tda9887.c status log values as hexadecimal (add 0x prefix).
Add VIDIOC_LOG_STATUS support to tuner-core.c.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/tda9887.c')
-rw-r--r-- | drivers/media/video/tda9887.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c index 93bf10436b82..ae4029a07449 100644 --- a/drivers/media/video/tda9887.c +++ b/drivers/media/video/tda9887.c | |||
@@ -796,7 +796,7 @@ tda9887_command(struct i2c_client *client, unsigned int cmd, void *arg) | |||
796 | } | 796 | } |
797 | case VIDIOC_LOG_STATUS: | 797 | case VIDIOC_LOG_STATUS: |
798 | { | 798 | { |
799 | tda9887_info("Data bytes: b=%02x c=%02x e=%02x\n", t->data[1], t->data[2], t->data[3]); | 799 | tda9887_info("Data bytes: b=0x%02x c=0x%02x e=0x%02x\n", t->data[1], t->data[2], t->data[3]); |
800 | break; | 800 | break; |
801 | } | 801 | } |
802 | default: | 802 | default: |