OSDN Git Service

[media] tuner-core: fix compilation if the media controller is not defined
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 18 Feb 2015 15:04:05 +0000 (12:04 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 26 Feb 2015 11:44:04 +0000 (08:44 -0300)
commitdaf77bd9c21c550252582551ee87e883eed7db00
tree325791372d2b2be03d5561417b8c0d72959dcbd2
parent63ba8c75188e1122bd5c4a19321d1913367010c6
[media] tuner-core: fix compilation if the media controller is not defined

drivers/media/v4l2-core/tuner-core.c:440:7: error: 'struct v4l2_subdev' has no member named 'entity'
     t->sd.entity.name = t->name;

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/v4l2-core/tuner-core.c