Re: [PATCH] pinctrl: msm: Delete an error message for a failed memory allocation in msm_pinctrl_probe()

2017-12-28 Thread Linus Walleij
On Wed, Dec 27, 2017 at 10:10 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 27 Dec 2017 22:04:22 +0100 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by

Re: [PATCH] pinctrl: msm: Delete an error message for a failed memory allocation in msm_pinctrl_probe()

2017-12-28 Thread Linus Walleij
On Wed, Dec 27, 2017 at 10:10 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 27 Dec 2017 22:04:22 +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] pinctrl: msm: Delete an error message for a failed memory allocation in msm_pinctrl_probe()

2017-12-27 Thread Bjorn Andersson
On Wed 27 Dec 13:10 PST 2017, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 27 Dec 2017 22:04:22 +0100 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle software. > >

Re: [PATCH] pinctrl: msm: Delete an error message for a failed memory allocation in msm_pinctrl_probe()

2017-12-27 Thread Bjorn Andersson
On Wed 27 Dec 13:10 PST 2017, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 27 Dec 2017 22:04:22 +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] pinctrl: msm: Delete an error message for a failed memory allocation in msm_pinctrl_probe()

2017-12-27 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 27 Dec 2017 22:04:22 +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] pinctrl: msm: Delete an error message for a failed memory allocation in msm_pinctrl_probe()

2017-12-27 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 27 Dec 2017 22:04:22 +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/pinctrl/qcom/pinctrl-msm.c | 5 ++--- 1 file changed, 2