Re: [PATCH] platform/x86: dell-laptop: Allocate buffer before rfkill use

From: valdis . kletnieks
Date: Wed Nov 15 2017 - 23:15:47 EST


On Wed, 15 Nov 2017 14:21:13 -0600, Mario Limonciello said:
> On machines using rfkill interface the buffer needs to have been
> allocated before the initial use (memset) of it.
>
> Reported-by: Valdis Kletnieks <valdis.kletnieks@xxxxxx>
> Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxxx>
> ---
> drivers/platform/x86/dell-laptop.c | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)

Works here, thanks. Feel free to stick a Tested-By: on it ;)