lkml.org 
[lkml]   [2017]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] clk: samsung: Delete an error message for a failed memory allocation in exynos_register_cpu_clock()
From
Date
On 09/27/2017 03:55 PM, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Wed, 27 Sep 2017 15:46:53 +0200
>
> 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>

Applied with summary line shortened to
"clk: samsung: Delete a memory allocation error message in clk-cpu.c",
thanks.

> ---
> drivers/clk/samsung/clk-cpu.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/clk/samsung/clk-cpu.c b/drivers/clk/samsung/clk-cpu.c
> index 6686e8ba61f9..d2c99d8916b8 100644
> --- a/drivers/clk/samsung/clk-cpu.c
> +++ b/drivers/clk/samsung/clk-cpu.c
> @@ -457,8 +457,6 @@ int __init exynos_register_cpu_clock(struct samsung_clk_provider *ctx,
>
> cpuclk->cfg = kmemdup(cfg, sizeof(*cfg) * num_cfgs, GFP_KERNEL);
> if (!cpuclk->cfg) {
> - pr_err("%s: could not allocate memory for cpuclk data\n",
> - __func__);
> ret = -ENOMEM;
> goto unregister_clk_nb;
> }

\
 
 \ /
  Last update: 2017-09-27 17:00    [W:0.040 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site