From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Date: Sat, 22 Apr 2017 02:14:55 +0000 Subject: Re: [PATCH] clk: at91: Use kcalloc() in of_at91_clk_pll_get_characteristics() Message-Id: <20170422021455.GH7065@codeaurora.org> List-Id: References: <2b5c3954-dc45-4f1b-5d94-397f688b23cb@users.sourceforge.net> In-Reply-To: <2b5c3954-dc45-4f1b-5d94-397f688b23cb@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: SF Markus Elfring Cc: linux-clk@vger.kernel.org, Boris Brezillon , Michael Turquette , LKML , kernel-janitors@vger.kernel.org On 04/19, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 19 Apr 2017 19:43:03 +0200 > > Multiplications for the size determination of memory allocations > indicated that array data structures should be processed. > Thus use the corresponding function "kcalloc". > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project