* SMS / DVB / media_graph issue - tip fails to compile
@ 2015-03-01 19:09 Steven Toth
2015-03-02 10:48 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Steven Toth @ 2015-03-01 19:09 UTC (permalink / raw)
To: Mauro Carvalho Chehab, Linux-Media
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: SMS / DVB / media_graph issue - tip fails to compile
2015-03-01 19:09 SMS / DVB / media_graph issue - tip fails to compile Steven Toth
@ 2015-03-02 10:48 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2015-03-02 10:48 UTC (permalink / raw)
To: Steven Toth; +Cc: Linux-Media
Em Sun, 1 Mar 2015 14:09:53 -0500
Steven Toth <stoth@kernellabs.com> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-02 10:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-01 19:09 SMS / DVB / media_graph issue - tip fails to compile Steven Toth
2015-03-02 10:48 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).