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

Commit e49657f5 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "radio: RTC6226: remove the V4L2_CAP_DEVICE_CAPS cap as device_caps"

parents 14e60529 ebee7a46
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -808,8 +808,7 @@ static int rtc6226_i2c_probe(struct i2c_client *client,
	radio->videodev.v4l2_dev = v4l2_dev;
	radio->videodev.ioctl_ops = &rtc6226_ioctl_ops;
	radio->videodev.device_caps = V4L2_CAP_HW_FREQ_SEEK | V4L2_CAP_READWRITE
		| V4L2_CAP_TUNER | V4L2_CAP_RADIO | V4L2_CAP_RDS_CAPTURE |
		V4L2_CAP_DEVICE_CAPS;
		| V4L2_CAP_TUNER | V4L2_CAP_RADIO | V4L2_CAP_RDS_CAPTURE;
	video_set_drvdata(&radio->videodev, radio);

	/* rds buffer allocation */