public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: cpuidle: Delete an error message for a failed memory allocation in arm_idle_init_cpu()
@ 2018-02-15 15:46 SF Markus Elfring
  2018-02-16  8:03 ` Daniel Lezcano
  0 siblings, 1 reply; 2+ messages in thread
From: SF Markus Elfring @ 2018-02-15 15:46 UTC (permalink / raw)
  To: linux-pm, Daniel Lezcano, Rafael J. Wysocki; +Cc: LKML, kernel-janitors

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Thu, 15 Feb 2018 16:40:38 +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 <elfring@users.sourceforge.net>
---
 drivers/cpuidle/cpuidle-arm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/cpuidle/cpuidle-arm.c b/drivers/cpuidle/cpuidle-arm.c
index ddee1b601b89..e07bc7ace774 100644
--- a/drivers/cpuidle/cpuidle-arm.c
+++ b/drivers/cpuidle/cpuidle-arm.c
@@ -129,7 +129,6 @@ static int __init arm_idle_init_cpu(int cpu)
 
 	dev = kzalloc(sizeof(*dev), GFP_KERNEL);
 	if (!dev) {
-		pr_err("Failed to allocate cpuidle device\n");
 		ret = -ENOMEM;
 		goto out_unregister_drv;
 	}
-- 
2.16.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: cpuidle: Delete an error message for a failed memory allocation in arm_idle_init_cpu()
  2018-02-15 15:46 [PATCH] ARM: cpuidle: Delete an error message for a failed memory allocation in arm_idle_init_cpu() SF Markus Elfring
@ 2018-02-16  8:03 ` Daniel Lezcano
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Lezcano @ 2018-02-16  8:03 UTC (permalink / raw)
  To: SF Markus Elfring, linux-pm, Rafael J. Wysocki; +Cc: LKML, kernel-janitors

On 15/02/2018 16:46, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Thu, 15 Feb 2018 16:40:38 +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 <elfring@users.sourceforge.net>
> ---

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-16  8:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 15:46 [PATCH] ARM: cpuidle: Delete an error message for a failed memory allocation in arm_idle_init_cpu() SF Markus Elfring
2018-02-16  8:03 ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox