From: Mauro Carvalho Chehab Date: Thu, 24 Jan 2008 09:59:20 +0000 (-0300) Subject: V4L/DVB (7060): em28xx: remove has_tuner X-Git-Tag: v2.6.25-rc1~1235^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed086314f4e41eb90a9107c7fb2737230686f668;p=pandora-kernel.git V4L/DVB (7060): em28xx: remove has_tuner has_tuner flag doesn't make much sense, since tuner_type=TUNER_ABSENT means the same thing. Having two ways to say that a tuner is not present is not nice, since it may lead to bad setups. In fact, with the previous code, if a device were using has_tuner=0, but the user forces a tuner, with modprobe option tuner=type, the modprobe option won't work. Also, tveeprom returns TUNER_ABSENT, when tuner is unknown or absent. So, with the previous logic, in this case, the driver should set has_tuner=0, or has_tuner=1 otherwise. Instead of adding several additional tests and setups, better just to remove .has_tuner. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed