From 78badebc2e534316f98cafe175f2e4f2096e79fa Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Sun, 3 Jul 2005 00:22:14 +0000 Subject: * Make.config, tuner-core.c, tuner.h: - Finish previous cleanups --- linux/drivers/media/video/tuner-core.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'linux/drivers/media') diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c index 83ebda7c3..3d14c424a 100644 --- a/linux/drivers/media/video/tuner-core.c +++ b/linux/drivers/media/video/tuner-core.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-core.c,v 1.44 2005/07/02 16:24:34 mkrufky Exp $ + * $Id: tuner-core.c,v 1.45 2005/07/03 00:22:14 nsh Exp $ * * i2c tv tuner chip device driver * core core, i.e. kernel interfaces, registering and so on @@ -432,11 +432,6 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg) switch (cmd) { /* --- configuration --- */ - case TUNER_SET_TYPE: - tuner_dbg("Calling set_type for type=%d\n",*iarg); - - set_type(client, *iarg, T_RADIO | T_ANALOG_TV | T_DIGITAL_TV); - break; case TUNER_SET_TYPE_ADDR: tuner_dbg ("Calling set_type_addr for type=%d, addr=0x%02x, mode=0x%02x\n", ((struct tuner_addr *)arg)->type, -- cgit v1.2.3