cron job: media_tree daily build: OK

2015-09-25 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Sat Sep 26 04:00:20 CEST 2015 git branch: test git hash: ac4033e02a54a1dd3b22364d392ffe3da5d09a5f gcc versi

consignment

2015-09-25 Thread COMPENSATION HEAD OFFICE
  Contact us for your compensation consignment box -- 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

Re: [git:media_tree/master] [media] rcar_vin: call g_std() instead of querystd()

2015-09-25 Thread Sergei Shtylyov
Hello. On 09/25/2015 11:32 PM, Mauro Carvalho Chehab wrote: This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree: Subject: [media] rcar_vin: call g_std() instead of querystd() Author: Sergei Shtyl

Re: [kbuild-all] drivers/media/dvb-frontends/cxd2841er.c:2393:1: warning: the frame size of 2992 bytes is larger than 2048 bytes

2015-09-25 Thread Fengguang Wu
Hi Abylay, This warning can be reproduced with gcc-5.2: === commit a6dc60ff1 === /home/wfg/linux HEAD is now at a6dc60ff... [media] cxd2841er: Sony CXD2841ER DVB-S/S2/T/T2/C demodulator driver /home/wfg/linux/obj-compiletest make ARCH=x86_64 drivers/media/dvb-frontends/c

Re: drivers/media/dvb-frontends/cxd2841er.c:2393:1: warning: the frame size of 2992 bytes is larger than 2048 bytes

2015-09-25 Thread Abylay Ospan
Hello, I cannot reproduce this warning. I'm compiling with your config and following commands: git checkout a6dc60ff1209df29ee4668024e93d31f31421932 make ARCH=x86_64 my gcc version is 4.9.2 (Ubuntu 4.9.2-10ubuntu13) warning doesn't appear even if I set: CONFIG_FRAME_WARN=128 Please point m

[PATCH] [media] netup_unidvb: fix potential crash when spi is NULL

2015-09-25 Thread Abylay Ospan
Signed-off-by: Abylay Ospan Reported-by: Dan Carpenter --- drivers/media/pci/netup_unidvb/netup_unidvb_spi.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/media/pci/netup_unidvb/netup_unidvb_spi.c b/drivers/media/pci/netup_unidvb/netup_unidvb_spi.c ind

Re: drivers/media/pci/netup_unidvb/netup_unidvb_core.c:417:18: error: too many arguments to function 'horus3a_attach'

2015-09-25 Thread Abylay Ospan
Hi Javier, Mauro, Acked-by: Abylay Ospan 2015-09-21 11:21 GMT+03:00 Javier Martinez Canillas : > Hello, > > On Sun, Sep 20, 2015 at 10:56 AM, kbuild test robot > wrote: >> Hi Kozlov, >> >> FYI, the error/warning still remains. You may either fix it or ask me to >> silently ignore in future. >

Re: drivers/media/dvb-frontends/lnbh25.h:46:15: error: unknown type name 'dvb_frontend'

2015-09-25 Thread Abylay Ospan
Hi Javier, Mauro, Acked-by: Abylay Ospan 2015-09-21 11:20 GMT+03:00 Javier Martinez Canillas : > Hello, > > On Sun, Sep 20, 2015 at 5:17 AM, kbuild test robot > wrote: >> Hi Kozlov, >> >> FYI, the error/warning still remains. You may either fix it or ask me to >> silently ignore in future. >>

Re: drivers/media/pci/netup_unidvb/netup_unidvb_core.c:417:18: error: too many arguments to function 'horus3a_attach'

2015-09-25 Thread Abylay Ospan
Hi Javier, Mauro, seems like I have sent duplicate patch to fix this problem ( Subject: [PATCH] fix compile error when CONFIG_DVB_HORUS3A is disabled). It's totally identical so, please ignore my patch and apply Javier's patch https://patchwork.linuxtv.org/patch/31401/ thanks ! 2015-09-21 11:21

[PATCH] fix compile error when CONFIG_DVB_HORUS3A is disabled

2015-09-25 Thread Abylay Ospan
Signed-off-by: Abylay Ospan --- drivers/media/dvb-frontends/horus3a.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb-frontends/horus3a.h b/drivers/media/dvb-frontends/horus3a.h index b055319..c1e2d18 100644 --- a/drivers/media/dvb-frontends/horus3a.h ++