From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0BFE1C7619A for ; Mon, 20 Mar 2023 11:20:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ODQblFGLBVAIqEaDWXq1viJLfSWnRU8fN8AQsS6aMsc=; b=kwtNWqINNx9kX4 /V8JIK3Nc2qFE/vhN2cSUYS4B4EkJdpmRD8zwJCcvii9QDSvA/lfIr/O43eSJ2+xGuu9Sx0deBbKg pi3ytKbBHVfpuwnSXFJYysNwAt6BR4GSn/HJZqvOMQ2l8x8eeCPTJ1IkqAC7HIEDk7yAhF+cv8y9l VdlYCkLcw9IKQ+MGGjd47QIjS4o5+HCllx38d3I8iMswBbXQmHphoXotlJ9XDzXoo2/VN0TtqYFNf vFpC9TjfKLtFchWPpN5fwoHJtGXuCr+V0eV2zV1yxyQJQ9d+n0p2eLXFstje3UtPuY2//MG6lCDYa tRTmJ4auayizfpvb5c/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1peDXu-008ndQ-0V; Mon, 20 Mar 2023 11:19:22 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1peDXq-008nbd-0q for linux-arm-kernel@lists.infradead.org; Mon, 20 Mar 2023 11:19:20 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230320_041918_344344_AD8DCB97 X-CRM114-Status: UNSURE ( 6.50 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel