Re: [PATCH] gpio: merrifield: Delete an error message for a failed memory allocation in mrfld_gpio_probe()

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

Re: [PATCH] gpio: merrifield: Delete an error message for a failed memory allocation in mrfld_gpio_probe()

2018-02-22 Thread Linus Walleij
On Sun, Feb 11, 2018 at 1:42 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 11 Feb 2018 13:30:14 +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: merrifield: Delete an error message for a failed memory allocation in mrfld_gpio_probe()

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

Re: [PATCH] gpio: merrifield: Delete an error message for a failed memory allocation in mrfld_gpio_probe()

2018-02-12 Thread Andy Shevchenko
On Sun, 2018-02-11 at 13:42 +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 11 Feb 2018 13:30:14 +0100 > > Omit an extra message for a memory allocation failure in this > function. > > This issue was detected by using the Coccinelle software. > Linus, I have no strong

[PATCH] gpio: merrifield: Delete an error message for a failed memory allocation in mrfld_gpio_probe()

2018-02-11 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 11 Feb 2018 13:30:14 +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: merrifield: Delete an error message for a failed memory allocation in mrfld_gpio_probe()

2018-02-11 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 11 Feb 2018 13:30:14 +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-merrifield.c | 4 +--- 1 file changed, 1