diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-09 00:36:34 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:10 -0500 |
commit | fd1c388125d713b403569d96d9845470142884a2 (patch) | |
tree | 62a339e7abfc16323605a930ba7005de43cbb83d | |
parent | 84a5e55c70d881451208ec56609ccd75053c08fa (diff) |
[PATCH] v4l: 660: small fixes
- Small fixes on tuner debug message.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/media/video/tuner-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c index 949c2550fcf5..44fa1423c1a9 100644 --- a/drivers/media/video/tuner-core.c +++ b/drivers/media/video/tuner-core.c | |||
@@ -695,7 +695,7 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg) | |||
695 | break; | 695 | break; |
696 | } | 696 | } |
697 | default: | 697 | default: |
698 | tuner_dbg("Unimplemented IOCTL 0x%08x(dir=%d,tp=0x%02x,nr=%d,sz=%d)\n", | 698 | tuner_dbg("Unimplemented IOCTL 0x%08x(dir=%d,tp='%c',nr=%d,sz=%d)\n", |
699 | cmd, _IOC_DIR(cmd), _IOC_TYPE(cmd), | 699 | cmd, _IOC_DIR(cmd), _IOC_TYPE(cmd), |
700 | _IOC_NR(cmd), _IOC_SIZE(cmd)); | 700 | _IOC_NR(cmd), _IOC_SIZE(cmd)); |
701 | break; | 701 | break; |