cron job: media_tree daily build: ERRORS

2015-02-15 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: Mon Feb 16 04:00:22 CET 2015 git branch: test git hash: 135f9be9194cf7778eb73594aa55791b229cf27c gcc versio

Re: [PATCH v2] rtl2832: remove compiler warning

2015-02-15 Thread Luis de Bethencourt
On Wed, Feb 11, 2015 at 11:08:51AM +, Luis de Bethencourt wrote: > Cleaning up the following compiler warning: > rtl2832.c:703:12: warning: 'tmp' may be used uninitialized in this function > > Even though it could never happen since if rtl2832_rd_demod_reg () doesn't set > tmp, this line would

[PATCH] CONFIG_VIDEO_DEV needs to be enabled by MEDIA_DIGITAL_TV_SUPPORT also

2015-02-15 Thread David Howells
CONFIG_VIDEO_DEV needs to be enabled by MEDIA_DIGITAL_TV_SUPPORT so that DVB TV receiver drivers can be enabled. Signed-off-by: David Howells --- drivers/media/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 49cd

[GIT PULL] soc-camera: one delayed patch for 3.20 or 3.21

2015-02-15 Thread Guennadi Liakhovetski
Hi Mauro, This is just a single patch for a single soc-camera host driver. No rush, I presume, you're not planning another 3.20 pull request, in which case it will wait until 3.21. But in case you are planning one and you find it acceptable to also take this one - here goes. I just missed this

[PATCH 0/2] [media] mantis: Fix goto labels

2015-02-15 Thread Silvan Jegen
I found two issues regarding goto labels in the mantis driver when checking a smatch warning and addressed them in two separate patches. Please be aware that these patches have only been compile-tested since I do not have access to the corresponding hardware. Silvan Jegen (2): [media] mantis: Mo

[PATCH 1/2] [media] mantis: Move jump label to activate dead code

2015-02-15 Thread Silvan Jegen
Due to a misplaced goto label mantis_uart_exit is never called. Adjusting the label position (while correcting its numbering) changes this. This issue was found using the smatch static checker. Signed-off-by: Silvan Jegen --- drivers/media/pci/mantis/mantis_cards.c | 5 +++-- 1 file changed, 3

[PATCH 2/2] [media] mantis: Use correct goto labels for cleanup on error

2015-02-15 Thread Silvan Jegen
After calling mantis_pci_init we have to jump to fail2 in order to call the corresponding mantis_pci_exit. Similarly, after calling mantis_get_mac we have already called mantis_pci_init and mantis_i2c_init so we need to jump to fail3 if we want to call the corresponding exit functions. Signed-off-

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-15 Thread Mauro Carvalho Chehab
Em Sat, 14 Feb 2015 12:43:30 +0100 Hans Verkuil escreveu: > On 02/14/2015 12:00 PM, Mauro Carvalho Chehab wrote: > > Em Sat, 14 Feb 2015 10:32:21 +0100 > > Hans Verkuil escreveu: > > > >> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > >>> This patch series adds basic support for the med