Re: [PATCH] acer-wmi: do not use 'devices' uninitialized

2013-02-19 Thread joeyli
於 二,2013-02-19 於 09:07 +0100,Paul Bolle 提到: > Joey. > > On Tue, 2013-02-19 at 10:38 +0800, joeyli wrote: > > Zhang Rui sent similar patch for fix the warning: > > http://www.mail-archive.com/platform-driver-x86@vger.kernel.org/msg04016.html > > I see. It didn't make it into the v3.8 release. Coul

Re: [PATCH] acer-wmi: do not use 'devices' uninitialized

2013-02-19 Thread Paul Bolle
Joey. On Tue, 2013-02-19 at 10:38 +0800, joeyli wrote: > Zhang Rui sent similar patch for fix the warning: > http://www.mail-archive.com/platform-driver-x86@vger.kernel.org/msg04016.html I see. It didn't make it into the v3.8 release. Could someone please send a note to the stable list once Zhang

Re: [PATCH] acer-wmi: do not use 'devices' uninitialized

2013-02-18 Thread joeyli
Hi Paul, Sorry for I am late to reply your patch. 於 四,2013-01-24 於 14:12 +0100,Paul Bolle 提到: > Commit f20aaba9819d0801fb1314363f97239da0100bac ("acer-wmi: fix obj is > NULL but dereferenced") introduced a GCC warning: > drivers/platform/x86/acer-wmi.c: In function ‘acer_wmi_init’: > dri

[PATCH] acer-wmi: do not use 'devices' uninitialized

2013-01-24 Thread Paul Bolle
Commit f20aaba9819d0801fb1314363f97239da0100bac ("acer-wmi: fix obj is NULL but dereferenced") introduced a GCC warning: drivers/platform/x86/acer-wmi.c: In function ‘acer_wmi_init’: drivers/platform/x86/acer-wmi.c:1216:14: warning: ‘devices’ may be used uninitialized in this function [-Wm