[linux-next:master 7190/10372] htmldocs: Documentation/doc-guide/sphinx.rst:110: ERROR: Unknown target name: "sphinx c domain".

2016-12-03 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: e05f574a0bb1f4502a4b2264fdb0ef6419cf3772 commit: 1dc4bbf0b268246f6202c761016735933b6f0b99 [7190/10372] docs-rst: doc-guide: split the kernel-documentation.rst contents reproduce: make htmldocs All errors (

[PATCH 1/1] media: pci: meye: set error code on failures

2016-12-03 Thread Pan Bian
From: Pan Bian The value of return variable ret is 0 on some error paths, for example, when pci_resource_start() returns a NULL pointer. 0 means no error in this context, which is contrary to the fact. This patch fixes the bug. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=189011 Signed

[PATCH 1/1] media: pci: meye: set error code on failures

2016-12-03 Thread Pan Bian
From: Pan Bian The value of return variable ret is 0 on some error paths, for example, when pci_resource_start() returns a NULL pointer. 0 means no error in this context, which is contrary to the fact. This patch fixes the bug. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=189011 Signed

cron job: media_tree daily build: ERRORS

2016-12-03 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: Sun Dec 4 05:00:16 CET 2016 media-tree git hash:365fe4e0ce218dc5ad10df17b150a366b6015499 media_build git

Re: [PATCH v3 3/4] stk1160: Add module param for setting the record gain.

2016-12-03 Thread Ezequiel Garcia
On 2 December 2016 at 08:05, Mauro Carvalho Chehab wrote: > Em Sun, 27 Nov 2016 12:11:48 +0100 > Marcel Hasler escreveu: > >> Allow setting a custom record gain for the internal AC97 codec (if >> available). This can be >> a value between 0 and 15, 8 is the default and should be suitable for mos

Re: [PATCH v3 4/4] stk1160: Give the chip some time to retrieve data from AC97 codec.

2016-12-03 Thread Ezequiel Garcia
On 2 December 2016 at 08:09, Mauro Carvalho Chehab wrote: > Em Sun, 27 Nov 2016 12:12:36 +0100 > Marcel Hasler escreveu: > >> The STK1160 needs some time to transfer data from the AC97 registers into >> its own. On some >> systems reading the chip's own registers to soon will return wrong values

Initial DVB-T2 scan data file for ke-Nairobi (Nairobi, Kenya)

2016-12-03 Thread Joseph Zik
Initial DVB-T2 scan data file ke-Nairobi for Nairobi, Kenya. Please find patch attached -- Joseph Zikusooka diff --git a/dvb-t/ke-Nairobi b/dvb-t/ke-Nairobi new file mode 100644 index 000..eb06512 --- /dev/null +++ b/dvb-t/ke-Nairobi @@ -0,0 +1,226 @@ +# location and provider: Nairo

Hello Beautiful

2016-12-03 Thread Bentley
Hello beautiful, How you doing today? I hope you are doing well. My name is Bentley, from the US. I'm in Syria right now fighting ISIS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved.

Possible Bug in media build WinTV SoloHD

2016-12-03 Thread ochr
Hello,   first I would like to thank you very much for your continuing effort on making dvb hardware work on old linux kernels. I'm currently using an Odroid C2 as a tv server using Libreelec media build edition and two WinTV SoloHD USB sticks following this thread: http://forum.odroid.com/view

[PATCH 1/1] media: platform: sti: return -ENOMEM on errors

2016-12-03 Thread Pan Bian
From: Pan Bian Function bdisp_debugfs_create() returns 0 even on errors. So its caller cannot detect the errors. It may be better to return "-ENOMEM" on the exception paths. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188801 Signed-off-by: Pan Bian --- drivers/media/platform/sti/bdi

[PATCH] staging:bcm2048 : Add parentheses around variable x

2016-12-03 Thread Tabrez khan
Add parentheses around variable x for the readability purpose. This warning was found using checkpatch.pl. Signed-off-by: Tabrez khan --- drivers/staging/media/bcm2048/radio-bcm2048.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/bcm2048/radio-bcm2048