V4L/DVB (6954): There isn't a MTS radio firmware

Try to load non-MTS firmware instead.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c
index 1817bf6..f191f6a 100644
--- a/drivers/media/video/tuner-xc2028.c
+++ b/drivers/media/video/tuner-xc2028.c
@@ -663,7 +663,7 @@
 			return rc;
 	}
 
-	if (priv->ctrl.mts)
+	if (priv->ctrl.mts && !(type & FM))
 		type |= MTS;
 
 retry: