Re: [PATCH v1 3/4] platform/x86: surface3_button: Propagate error from gpiod_count()
From: Linus Walleij <hidden>
Date: 2017-03-14 09:46:13
Also in:
linux-gpio, lkml, platform-driver-x86
From: Linus Walleij <hidden>
Date: 2017-03-14 09:46:13
Also in:
linux-gpio, lkml, platform-driver-x86
On Mon, Feb 20, 2017 at 5:15 PM, Andy Shevchenko [off-list ref] wrote:
Since gpiod_count() does not return 0 anymore, we don't need to shadow its error code and would safely propagate to the user. While here, replace second parameter by NULL in order to prevent side effects on _DSD enabled firmware. Cc: Benjamin Tissoires <redacted> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
As I understand it Andy, you're more or less default-maintainer for drivers/platform/x86 so I can just merge this patch into the GPIO tree with the rest? Yours, Linus Walleij