From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Date: Wed, 19 Apr 2017 18:31:34 +0000 Subject: Re: [PATCH 3/6] clk: hisilicon: Use devm_kmalloc_array() in hisi_clk_alloc() Message-Id: <20170419183134.GS7065@codeaurora.org> List-Id: References: <7a649967-8ff1-8682-2f87-43871172fc28@users.sourceforge.net> In-Reply-To: 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, Jiancheng Xue , Michael Turquette , LKML , kernel-janitors@vger.kernel.org On 04/18, SF Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 18 Apr 2017 10:15:19 +0200 > > * A multiplication for the size determination of a memory allocation > indicated that an array data structure should be processed. > Thus use the corresponding function "devm_kmalloc_array". > > This issue was detected by using the Coccinelle software. > > * Replace the specification of a data type by a pointer dereference > to make the corresponding size determination a bit safer according to > the Linux coding style convention. > > 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