summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-07-02 16:01:21 +0000
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-02 16:01:21 +0000
commit09524e72d1ea817fdbbd18d7219b824588d66278 (patch)
tree54db44937af8489c17271ac325246753965a57cc
parent6195da85a3c11b3c8ac195ff5ef08c69e6f968e8 (diff)
downloadmediapointer-dvb-s2-09524e72d1ea817fdbbd18d7219b824588d66278.tar.gz
mediapointer-dvb-s2-09524e72d1ea817fdbbd18d7219b824588d66278.tar.bz2
bt819: Fix a debug message
From: Jean Delvare <khali@linux-fr.org> Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--linux/drivers/media/video/bt819.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt819.c b/linux/drivers/media/video/bt819.c
index 402bccaf7..90be239cc 100644
--- a/linux/drivers/media/video/bt819.c
+++ b/linux/drivers/media/video/bt819.c
@@ -517,7 +517,7 @@ bt819_detect_client (struct i2c_adapter *adapter,
dprintk(1,
KERN_INFO
- "saa7111.c: detecting bt819 client on address 0x%x\n",
+ "bt819: detecting bt819 client on address 0x%x\n",
address << 1);
/* Check if the adapter supports the needed features */