From d61391435b699c06234eedaef5d84e6723dd980e Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Tue, 18 Oct 2005 23:51:21 +0000 Subject: * ../linux/drivers/media/video/tda8290.c: (tda8290_init): * ../linux/include/media/tuner.h: - Unify whitespaces. - Fix build warning. Signed-off-by: Nickolay V. Shmyrev --- linux/drivers/media/video/tda8290.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media') diff --git a/linux/drivers/media/video/tda8290.c b/linux/drivers/media/video/tda8290.c index 32e8dfd88..dbd7b2911 100644 --- a/linux/drivers/media/video/tda8290.c +++ b/linux/drivers/media/video/tda8290.c @@ -1,5 +1,5 @@ /* - $Id: tda8290.c,v 1.25 2005/10/18 23:34:22 hhackmann Exp $ + $Id: tda8290.c,v 1.26 2005/10/18 23:51:21 nsh Exp $ i2c tv tuner chip device driver controls the philips tda8290+75 tuner chip combo. @@ -537,7 +537,7 @@ int tda8290_init(struct i2c_client *c) if (tuner_addrs == 0) { tuner_addrs = 0x61; tuner_info ("could not clearly identify tuner address, defaulting to %x\n", - tuner_addrs); + tuner_addrs); } else { tuner_addrs = tuner_addrs & 0xff; tuner_info ("setting tuner address to %x\n", tuner_addrs); -- cgit v1.2.3