Re: [PATCH v5 2/6] [media] rc-main: split setup and unregister functions
From: Andi Shyti
Date: Sun Dec 18 2016 - 04:06:20 EST
Hi Sean,
> On Fri, Dec 16, 2016 at 12:10:26PM +0000, Sean Young wrote:
> > Sorry to add to your woes, but there are some checkpatch warnings and
> > errors. Please can you correct these. One is below.
>
> Actually, the changes are pretty minor, I can fix them up before sending
> them to Mauro. Sorry for bothering you.
yes, it's an error on the previous code:
ERROR: do not initialise statics to false
#109: FILE: drivers/media/rc/rc-main.c:1521:
+ static bool raw_init = false; /* raw decoders loaded? */
total: 1 errors, 0 warnings, 196 lines checked
I noticed this already before, but I preferred to leave it
in its original status.
No worries, if you want I will send the fix, it's indeed quite
an easy fix.
Thanks,
Andi