This patch fix radio for ivtv in current HG.

Jose Alberto
diff -r f637ac5a5898 linux/drivers/media/video/tuner-core.c
--- a/linux/drivers/media/video/tuner-core.c	Fri Dec 28 00:32:41 2007 -0200
+++ b/linux/drivers/media/video/tuner-core.c	Sat Dec 29 14:16:19 2007 +0100
@@ -276,7 +276,7 @@ static void set_radio_freq(struct i2c_cl
 		tuner_warn ("tuner type not set\n");
 		return;
 	}
-	if (analog_ops->set_params) {
+	if (NULL == analog_ops->set_params) {
 		tuner_warn ("tuner has no way to set radio frequency\n");
 		return;
 	}
_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to