Re: [PATCH] platform/x86: dell-smbios-base: Fix error return code in dell_smbios_init

2020-12-02 Thread Hans de Goede
Hi, On 11/25/20 7:50 AM, Qinglang Miao wrote: > Fix to return the error code -ENODEV when fails to init wmi and > smm. > > Fixes: 41e36f2f85af ("platform/x86: dell-smbios: Link all dell-smbios-* > modules together") > Reported-by: Hulk Robot > Signed-off-by: Qinglang Miao Thank you for your

RE: [PATCH] platform/x86: dell-smbios-base: Fix error return code in dell_smbios_init

2020-11-30 Thread Limonciello, Mario
> > Hi, > > +Cc Mario > > On 11/25/20 7:50 AM, Qinglang Miao wrote: > > Fix to return the error code -ENODEV when fails to init wmi and > > smm. > > > > Fixes: 41e36f2f85af ("platform/x86: dell-smbios: Link all dell-smbios-* > modules together") > > Reported-by: Hulk Robot > > Signed-off-by:

Re: [PATCH] platform/x86: dell-smbios-base: Fix error return code in dell_smbios_init

2020-11-25 Thread Hans de Goede
Hi, +Cc Mario On 11/25/20 7:50 AM, Qinglang Miao wrote: > Fix to return the error code -ENODEV when fails to init wmi and > smm. > > Fixes: 41e36f2f85af ("platform/x86: dell-smbios: Link all dell-smbios-* > modules together") > Reported-by: Hulk Robot > Signed-off-by: Qinglang Miao Mario,

[PATCH] platform/x86: dell-smbios-base: Fix error return code in dell_smbios_init

2020-11-24 Thread Qinglang Miao
Fix to return the error code -ENODEV when fails to init wmi and smm. Fixes: 41e36f2f85af ("platform/x86: dell-smbios: Link all dell-smbios-* modules together") Reported-by: Hulk Robot Signed-off-by: Qinglang Miao --- drivers/platform/x86/dell-smbios-base.c | 1 + 1 file changed, 1