Hi Mauro, 

On Tue, 19 May 2015 08:23:36 -0300 Mauro Carvalho Chehab
<mche...@osg.samsung.com> wrote:

> As reported by smatch:
> drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_message_send':
> drivers/media/dvb-frontends/cx24120.c:368:6: warning: variable 'ret' set but 
> not used [-Wunused-but-set-variable]
>   int ret, ficus;
>       ^
> 
> The values written by cx24120 are never checked. So, remove the
> check here too. That's said, the best would be to do the reverse,
> but globally: to properly handle the error codes.
> 
> Signed-off-by: Mauro Carvalho Chehab <mche...@osg.samsung.com>

Woudl you mind me integrating your patches on my tree which I then
will ask you to pull?

--
Patrick.
--
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

Reply via email to