Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3BCE2C7618A for ; Mon, 20 Mar 2023 11:20:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231238AbjCTLTp (ORCPT ); Mon, 20 Mar 2023 07:19:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229767AbjCTLTM (ORCPT ); Mon, 20 Mar 2023 07:19:12 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6842D2D43; Mon, 20 Mar 2023 04:19:11 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D26C6FEC; Mon, 20 Mar 2023 04:19:54 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 06DA73F67D; Mon, 20 Mar 2023 04:19:09 -0700 (PDT) From: Sudeep Holla To: Cristian Marussi , Christophe JAILLET Cc: Sudeep Holla , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] firmware: arm_scmi: Use the bitmap API to allocate bitmaps Date: Mon, 20 Mar 2023 11:19:01 +0000 Message-Id: <167930959710.2462578.17747677460338953983.b4-ty@arm.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 08 Jul 2022 21:30:01 +0200, Christophe JAILLET wrote: > Use devm_bitmap_zalloc() instead of hand-writing them. > > It is less verbose and it improves the semantic. > (sorry for the delay, it seemed to have slipped through the cracks, thanks to Cristian for pointing this out) Applied to sudeep.holla/linux (for-next/scmi/fixes), thanks! [1/1] firmware: arm_scmi: Use the bitmap API to allocate bitmaps https://git.kernel.org/sudeep.holla/c/d617808e3b83 -- Regards, Sudeep