Re: [PATCH] gpio-intel-mid: Delete an error message for a failed memory allocation in intel_gpio_probe()

2018-02-22 Thread Linus Walleij
On Sun, Feb 11, 2018 at 10:04 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 11 Feb 2018 21:56:42 +0100 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by

Re: [PATCH] gpio-intel-mid: Delete an error message for a failed memory allocation in intel_gpio_probe()

2018-02-22 Thread Linus Walleij
On Sun, Feb 11, 2018 at 10:04 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 11 Feb 2018 21:56:42 +0100 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring

Re: [PATCH] gpio-intel-mid: Delete an error message for a failed memory allocation in intel_gpio_probe()

2018-02-13 Thread Andy Shevchenko
On Sun, Feb 11, 2018 at 11:04 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 11 Feb 2018 21:56:42 +0100 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using

Re: [PATCH] gpio-intel-mid: Delete an error message for a failed memory allocation in intel_gpio_probe()

2018-02-13 Thread Andy Shevchenko
On Sun, Feb 11, 2018 at 11:04 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 11 Feb 2018 21:56:42 +0100 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle software. > Linus, same comment as

[PATCH] gpio-intel-mid: Delete an error message for a failed memory allocation in intel_gpio_probe()

2018-02-11 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 11 Feb 2018 21:56:42 +0100 Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring ---

[PATCH] gpio-intel-mid: Delete an error message for a failed memory allocation in intel_gpio_probe()

2018-02-11 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 11 Feb 2018 21:56:42 +0100 Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/gpio/gpio-intel-mid.c | 4 +--- 1 file changed, 1