This test is easier to read.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
{
struct tda8290_priv *priv = fe->analog_demod_priv;
- /* dont try to release the tuner
- * if we didn't attach it from this module */
- if ((priv->ver > TDA8290) && (priv->ver > TDA8295))
+ /* only try to release the tuner if we've
+ * attached it from within this module */
+ if (priv->ver & (TDA18271 | TDA8275 | TDA8275A))
if (fe->ops.tuner_ops.release)
fe->ops.tuner_ops.release(fe);