Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e545d6e2 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (6953): Fix radio set frequency logic

parent d7448a8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ static void set_radio_freq(struct i2c_client *c, unsigned int freq)
		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;
	}