From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S969100AbdDSScv (ORCPT ); Wed, 19 Apr 2017 14:32:51 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:35790 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967519AbdDSSbf (ORCPT ); Wed, 19 Apr 2017 14:31:35 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 7962460FFA Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Wed, 19 Apr 2017 11:31:34 -0700 From: Stephen Boyd To: SF Markus Elfring Cc: linux-clk@vger.kernel.org, Jiancheng Xue , Michael Turquette , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH 3/6] clk: hisilicon: Use devm_kmalloc_array() in hisi_clk_alloc() Message-ID: <20170419183134.GS7065@codeaurora.org> References: <7a649967-8ff1-8682-2f87-43871172fc28@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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