On Mon, Feb 20, 2017 at 02:22:38PM -0500, João Paulo Rechi Vita wrote: > Hello Dan, > > On 18 February 2017 at 15:30, Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > > Hello João Paulo Rechi Vita, > > > > The patch 2c1a49c96123: "asus-wireless: Toggle airplane mode LED" > > from Jun 13, 2016, leads to the following static checker warning: > > > > drivers/platform/x86/asus-wireless.c:54 asus_wireless_method() > > error: uninitialized symbol 'ret'. > > > > I believe I have a fix for this, but I'm not able to reproduce this > message with neither of the following: > > make C=2 CHECK="/usr/bin/sparse" drivers/platform/x86/asus-wireless.o > make C=2 CHECK="../smatch/smatch -p=kernel" drivers/platform/x86/asus-wireless.o > make C=2 CHECK="scripts/coccicheck" drivers/platform/x86/asus-wireless.o > > So I am not able to check the fix. How can I reproduce this? > It's some unpublished Smatch stuff... I still have too many false positives. regards, dan carpenter