Re: [PATCH] alienware-wmi: Adjust instance of all wmi_evaluate_method calls to 0

2017-06-23 Thread Darren Hart
On Wed, Jun 21, 2017 at 05:01:35PM -0500, Mario Limonciello wrote: > Pali recently noticed that WMI instances are zero indexed. > > The only reason that these calls all worked properly is because the ASL > didn't verify the instance number. > > Signed-off-by: Mario Limonciello Thanks Mario, Qu

[PATCH] alienware-wmi: Adjust instance of all wmi_evaluate_method calls to 0

2017-06-21 Thread Mario Limonciello
Pali recently noticed that WMI instances are zero indexed. The only reason that these calls all worked properly is because the ASL didn't verify the instance number. Signed-off-by: Mario Limonciello --- drivers/platform/x86/alienware-wmi.c | 8 1 file changed, 4 insertions(+), 4 deleti