Commit 7e2b41e9 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] cx231xx: Improve the media controller comment



There are two problems at the comment:
- it is badly idented;
- its comment doesn't mean anything.

Fix it.

Requested-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Acked-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 18e8d630
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -715,10 +715,11 @@ static int cx231xx_enable_analog_tuner(struct cx231xx *dev)
		return 0;

	/*
 * This will find the tuner that it is connected into the decoder.
 * Technically, this is not 100% correct, as the device may be using an
 * analog input instead of the tuner. However, we can't use the DVB for dvb
 * while the DMA engine is being used for V4L2.
	 * This will find the tuner that is connected into the decoder.
	 * Technically, this is not 100% correct, as the device may be
	 * using an analog input instead of the tuner. However, as we can't
	 * do DVB streaming while the DMA engine is being used for V4L2,
	 * this should be enough for the actual needs.
	 */
	media_device_for_each_entity(entity, mdev) {
		if (entity->type == MEDIA_ENT_T_V4L2_SUBDEV_DECODER) {