]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] v4l: 826: unify whitespaces
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Wed, 9 Nov 2005 05:38:00 +0000 (21:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:56:23 +0000 (07:56 -0800)
- Unify whitespaces.

Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/tda8290.c
include/media/tuner.h

index 2aeae864edc73d4152093e0d5f6cf4b8dd266291..0dde6af251dd816cbf4a25524d93d064bfb78d37 100644 (file)
@@ -535,7 +535,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);
index 8058be63ad0e526b9e5e1f9195e5326535d664f0..5196d9eac4421f21f9b699571cc24353a8b3172e 100644 (file)
@@ -214,6 +214,7 @@ extern int tda8290_init(struct i2c_client *c);
 extern int tea5767_tuner_init(struct i2c_client *c);
 extern int default_tuner_init(struct i2c_client *c);
 extern int tea5767_autodetection(struct i2c_client *c);
+extern int tda8290_probe(struct i2c_client *c);
 
 #define tuner_warn(fmt, arg...) do {\
        printk(KERN_WARNING "%s %d-%04x: " fmt, t->i2c.driver->name, \