Re: [PATCH v5 2/6] [media] rc-main: split setup and unregister functions
From: Andi Shyti <hidden>
Date: 2016-12-18 09:06:16
Also in:
linux-devicetree, linux-media, lkml
From: Andi Shyti <hidden>
Date: 2016-12-18 09:06:16
Also in:
linux-devicetree, linux-media, lkml
Hi Sean,
On Fri, Dec 16, 2016 at 12:10:26PM +0000, Sean Young wrote:quoted
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