[PATCH] hp-wireless: remove unneeded goto/label in hpwl_init

2015-08-23 Thread Giedrius Statkevičius
acpi_bus_register_driver() already returns an appropriate value (0 on success, and some negative value on error) to be used in __init functions so the goto/label is redundant in hpwl_init thus remove it and directly return the value Signed-off-by: Giedrius Statkevičius --- drivers/platform/x86

Re: [PATCH] platform: add samsung-wmi driver for newer Samsung laptops

2015-04-12 Thread Giedrius Statkevičius
Hi Gavin Li, On Tue, 7 Apr 2015, gavi...@thegavinli.com wrote: > From: Gavin Li > > This driver adds support for coarse (on or off) fan control and > the keyboard backlight on newer Samsung laptops. > --- > drivers/platform/x86/Kconfig | 10 ++ > drivers/platform/x86/Makefile | 1

Re: [PATCH] Sony-laptop: fix sparse warning

2015-02-05 Thread Giedrius Statkevičius
On 2015.02.05 16:49, Lad Prabhakar wrote: > From: "Lad, Prabhakar" > > this patch fixes following sparse warning: > > sony-laptop.c:1035:29: warning: symbol 'sony_bl_props' was not declared. > Should it be static? > > Signed-off-by: Lad, Prabhakar Don't put a comma between your first and last