Re: [PATCH/RFC v3 5/5] media: Add registration helpers for V4L2 flash sub-devices

2014-05-06 Thread Jacek Anaszewski
Hi Sakari, On 05/02/2014 01:06 PM, Sakari Ailus wrote: [...] +static inline enum led_brightness v4l2_flash_intensity_to_led_brightness( + struct led_ctrl *config, + u32 intensity) Fits on a single line. +{ +

Re: [PATCH/RFC v3 3/5] leds: Add support for max77693 mfd flash cell

2014-05-06 Thread Sakari Ailus
Hi Jacek, On Mon, Apr 28, 2014 at 01:27:27PM +0200, Jacek Anaszewski wrote: ... +static void max77693_brightness_set_work(struct work_struct *work) +{ + struct max77693_led *led = + container_of(work, struct max77693_led, work_brightness_set); + int ret; + + mutex_lock(led-lock);

Re: [PATCH/RFC v3 5/5] media: Add registration helpers for V4L2 flash sub-devices

2014-05-06 Thread Sakari Ailus
Hi Jacek, On Tue, May 06, 2014 at 08:44:41AM +0200, Jacek Anaszewski wrote: Hi Sakari, On 05/02/2014 01:06 PM, Sakari Ailus wrote: [...] +static inline enum led_brightness v4l2_flash_intensity_to_led_brightness( + struct led_ctrl *config, +

Media build failure, missing module

2014-05-06 Thread René
Hi there, On a newly install OpenMandriva distribution I tried to build the last version of the media tree. However the build failed with the following sequence of messages. ... patch -s -f -N -p1 -i ../backports/pr_fmt.patch The text leading up to this was: -- |diff

Re: Media build failure, missing module

2014-05-06 Thread Hans Verkuil
On 05/06/2014 08:10 PM, René wrote: Hi there, On a newly install OpenMandriva distribution I tried to build the last version of the media tree. However the build failed with the following sequence of messages. The archive ./build downloads is missing a file for some reason. It may be a few

cron job: media_tree daily build: OK

2014-05-06 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: Wed May 7 04:00:20 CEST 2014 git branch: test git hash: 393cbd8dc532c1ebed60719da8d379f50d445f28 gcc

[PATCH] au0828: fix logic of tuner disconnection

2014-05-06 Thread cb . xiong
From: Changbing Xiong cb.xi...@samsung.com The driver crashed when the tuner was disconnected while restart stream operations are still being performed. Fixed by adding a flag in struct au0828_dvb to indicate whether restart stream operations can be performed. If the stream gets misaligned, the

Re: [PATCH] [media] s2255drv: fix memory leak s2255_probe()

2014-05-06 Thread DaeSeok Youn
Hello, 2014-05-05 17:38 GMT+09:00 Sakari Ailus sakari.ai...@iki.fi: On Tue, Apr 15, 2014 at 07:54:43PM +0900, DaeSeok Youn wrote: Hi, Sakari 2014-04-15 18:33 GMT+09:00 Sakari Ailus sakari.ai...@iki.fi: Hi Daeseok, On Tue, Apr 15, 2014 at 01:49:34PM +0900, Daeseok Youn wrote: smatch

[PATCH] timblogiw: Introduce the use of the managed version of kzalloc

2014-05-06 Thread Himangi Saraogi
This patch moves data allocated using kzalloc to managed data allocated using devm_kzalloc and cleans now unnecessary kfrees in probe and remove functions.The label err_register is removed as it is no longer required. The following Coccinelle semantic patch was used for making the change: