diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-07-02 15:01:21 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:24:26 -0400 |
commit | 91a1d912f61b91e44336efe100a2bd0821777e24 (patch) | |
tree | 2503255ad69bcb1853ebb28e76292da15d8611ce /drivers/media/video | |
parent | 203c204b39fef2c1c99e4b39e61ba292aa60142a (diff) |
V4L/DVB (8316): bt819: Fix a debug message
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/bt819.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt819.c b/drivers/media/video/bt819.c index 8bfd5c75cb3a..ddd2a7964dec 100644 --- a/drivers/media/video/bt819.c +++ b/drivers/media/video/bt819.c | |||
@@ -516,7 +516,7 @@ bt819_detect_client (struct i2c_adapter *adapter, | |||
516 | 516 | ||
517 | dprintk(1, | 517 | dprintk(1, |
518 | KERN_INFO | 518 | KERN_INFO |
519 | "saa7111.c: detecting bt819 client on address 0x%x\n", | 519 | "bt819: detecting bt819 client on address 0x%x\n", |
520 | address << 1); | 520 | address << 1); |
521 | 521 | ||
522 | /* Check if the adapter supports the needed features */ | 522 | /* Check if the adapter supports the needed features */ |