diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-18 23:51:21 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-10-18 23:51:21 +0000 |
commit | d61391435b699c06234eedaef5d84e6723dd980e (patch) | |
tree | 44d7180edfa793c62e62bf771f4b6218663461ba /linux/drivers/media/video/tda8290.c | |
parent | 601c3bc84917c269003ed5d2de0ad8ba7edce8bc (diff) | |
download | mediapointer-dvb-s2-d61391435b699c06234eedaef5d84e6723dd980e.tar.gz mediapointer-dvb-s2-d61391435b699c06234eedaef5d84e6723dd980e.tar.bz2 |
* ../linux/drivers/media/video/tda8290.c: (tda8290_init):
* ../linux/include/media/tuner.h:
- Unify whitespaces.
- Fix build warning.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Diffstat (limited to 'linux/drivers/media/video/tda8290.c')
-rw-r--r-- | linux/drivers/media/video/tda8290.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |