dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (6557): tea5767: remove unnecessary warning

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Hans Verkuil 2007-11-01 06:19:39 -03:00 committed by Mauro Carvalho Chehab
parent 9dd659de9f
commit e7a2bc8a75
1 changed files with 0 additions and 1 deletions

View File

@ -401,7 +401,6 @@ int tea5767_autodetection(struct i2c_adapter* i2c_adap, u8 i2c_addr)
return EINVAL;
}
printk(KERN_WARNING "TEA5767 detected.\n");
return 0;
}