- Fixed build.
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>
 static int em2820_set_tuner(int check_eeprom, struct i2c_client *client)
 {
        struct em2820 *dev = client->adapter->algo_data;
-
        struct tuner_setup tun_setup;
 
-       /* tuner */
        if (dev->has_tuner) {
                tun_setup.mode_mask = T_ANALOG_TV | T_RADIO;
                tun_setup.type = dev->tuner_type;
 
                em2820_i2c_call_clients(dev, TUNER_SET_TYPE_ADDR, &tun_setup);
        }
+
        return (0);
 }