Re: SMS / DVB / media_graph issue - tip fails to compile

2015-03-02 Thread Mauro Carvalho Chehab
Em Sun, 1 Mar 2015 14:09:53 -0500
Steven Toth  escreveu:

> Someone broke tip.

The quick solution is to enable MEDIA_CONTROLLER_DVB.

Hans sent already a fix patch, but I think that the best is to solve
it on a different way.

I'll be preparing a patch for it latter, likely today.

> 
>   CC [M]  drivers/media/common/siano/smsdvb-main.o
> drivers/media/common/siano/smsdvb-main.c: In function
> ‘smsdvb_media_device_unregister’:
> drivers/media/common/siano/smsdvb-main.c:614:27: warning: unused
> variable ‘coredev’ [-Wunused-variable]
>   struct smscore_device_t *coredev = client->coredev;
>^
> 
> drivers/media/common/siano/smsdvb-main.c: In function ‘smsdvb_hotplug’:
> drivers/media/common/siano/smsdvb-main.c:1188:32: error: ‘struct
> smscore_device_t’ has no member named ‘media_dev’
>   dvb_create_media_graph(coredev->media_dev);
> ^
> 
> make[4]: *** [drivers/media/common/siano/smsdvb-main.o] Error 1
> make[3]: *** [drivers/media/common/siano] Error 2
> make[2]: *** [drivers/media/common] Error 2
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


SMS / DVB / media_graph issue - tip fails to compile

2015-03-01 Thread Steven Toth
Someone broke tip.

  CC [M]  drivers/media/common/siano/smsdvb-main.o
drivers/media/common/siano/smsdvb-main.c: In function
‘smsdvb_media_device_unregister’:
drivers/media/common/siano/smsdvb-main.c:614:27: warning: unused
variable ‘coredev’ [-Wunused-variable]
  struct smscore_device_t *coredev = client->coredev;
   ^

drivers/media/common/siano/smsdvb-main.c: In function ‘smsdvb_hotplug’:
drivers/media/common/siano/smsdvb-main.c:1188:32: error: ‘struct
smscore_device_t’ has no member named ‘media_dev’
  dvb_create_media_graph(coredev->media_dev);
^

make[4]: *** [drivers/media/common/siano/smsdvb-main.o] Error 1
make[3]: *** [drivers/media/common/siano] Error 2
make[2]: *** [drivers/media/common] Error 2

-- 
Steven Toth - Kernel Labs
http://www.kernellabs.com
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html