[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHbNUh1aKjkAx3xSHPeOdHH_8C6f64x6OTn_vtn_hj=TDORhBA@mail.gmail.com>
Date: Tue, 29 Oct 2013 17:15:10 +0530
From: Tushar Behera <tushar.behera@...aro.org>
To: lkml <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Cc: mturquette <mturquette@...aro.org>,
Patch Tracking <patches@...aro.org>
Subject: Re: [PATCH] clk: Zero-initialize memory for new clock in devm_clk_register
On 29 October 2013 16:20, Tushar Behera <tushar.behera@...aro.org> wrote:
> Earlier to commit 64c862a839a8 ("devres: add kernel standard devm_k.alloc
> functions") devres_alloc API used to zero-initialize the devres
> allocated object, but now only the devres header is zero-initialized.
>
> Since clk_register zero-initializes the memory while allocating for
> a new clock, passing explicit flag __GFP_ZERO to devres_alloc in
> devm_clk_register to match the behaviour.
>
> Signed-off-by: Tushar Behera <tushar.behera@...aro.org>
> ---
Please ignore this patch. Kevin Hilman already has got a nicer patch
[1] that fixes this problem at a generic level.
[1] https://lkml.org/lkml/2013/10/19/5
--
Tushar Behera
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists