[PATCH 1/1] staging: media: msi3101: sdr-msi3101.c - replace with time_before_eq()

2014-06-28 Thread Anil Belur
From: Anil Belur - this fix replaces jiffies interval comparision with safer function to avoid any overflow and wrap around ? Signed-off-by: Anil Belur --- drivers/staging/media/msi3101/sdr-msi3101.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/driver

cron job: media_tree daily build: OK

2014-06-28 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 Jun 29 04:00:18 CEST 2014 git branch: test git hash: b5b620584b9c4644b85e932895a742e0c192d66c gcc versi

[PATCH] solo6x10: expose qp setting

2014-06-28 Thread Andrey Utkin
Hello to all. In my opinion solo6x10 driver in upstream kernel gets less love than it deserves from us, and i hope to change that. I am a new employee developer in Bluecherry, unfortunately inexperienced in kernel field. I would be thankful a lot if I get some advices or even guidance to maintai

[PATCH] solo6x10: update GOP size, QP immediately

2014-06-28 Thread Andrey Utkin
--- drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c b/drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c index bf6eb06..14f933f 100644 --- a/drivers/staging/media/solo6x10/solo6x10-v4l2-e

[PATCH 1/1] drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c: remove unnecessary null test before usb_free_urb

2014-06-28 Thread Fabian Frederick
Fix checkpatch warning: WARNING: usb_free_urb(NULL) is safe this check is probably not required Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Signed-off-by: Fabian Frederick --- drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)