lkml.org 
[lkml]   [2017]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] clk: rockchip: Delete an error message for a failed memory allocation in rockchip_clk_register_cpuclk()
    Date
    From: Markus Elfring <elfring@users.sourceforge.net>
    Date: Wed, 27 Sep 2017 11:38:17 +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>
    ---
    drivers/clk/rockchip/clk-cpu.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/drivers/clk/rockchip/clk-cpu.c b/drivers/clk/rockchip/clk-cpu.c
    index 0e09684d43a5..32c19c0f1e14 100644
    --- a/drivers/clk/rockchip/clk-cpu.c
    +++ b/drivers/clk/rockchip/clk-cpu.c
    @@ -322,8 +322,6 @@ struct clk *rockchip_clk_register_cpuclk(const char *name,
    sizeof(*rates) * nrates,
    GFP_KERNEL);
    if (!cpuclk->rate_table) {
    - pr_err("%s: could not allocate memory for cpuclk rates\n",
    - __func__);
    ret = -ENOMEM;
    goto unregister_notifier;
    }
    --
    2.14.1
    \
     
     \ /
      Last update: 2017-09-27 11:46    [W:3.181 / U:0.680 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site