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 55C03C433F5 for ; Wed, 23 Feb 2022 23:46: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=mJeROmVISp+JZsiWWIaHTl1+0WhmS6pnRhAQNhnfwM4=; b=CXukR3jmo00+lh T4pUcJcc4rbF+gxSUh+h/3Na+uOk4kJwnwXoyRVOgLkQ1VFnQJK3PIHtFy1rugT9vKCM/q6tsIR62 nrQexUywAv/bz5qyWskuf9W7jHWdjFHpYkc5S3X63xdX7x1suSusMT7nSXEoIijMEYBMNxCGVxM+J lJb/VCOYTTyKiCknH7c5hEqZ3twWZ9r5unsHVsY+N709mA6RmPXjEFM6M68E488fWQmxcpN7J4o/l JnWKFn0OSAx2jQ+XQFjPqQtVPWnWnt/FjiLif5MvMQmd+10uMNSmVJQkXhcn+v97T48HanvRBiFQK HqlOq3dvEBH+TmRN5iBA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nN1Jj-00GIY6-7l; Wed, 23 Feb 2022 23:45:07 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nN1Iw-00GIBo-5d; Wed, 23 Feb 2022 23:44:19 +0000 Received: from [185.156.123.69] (helo=phil.sntech) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nN1Ir-0005mN-E3; Thu, 24 Feb 2022 00:44:13 +0100 From: Heiko Stuebner To: mturquette@baylibre.com, "cgel.zte@gmail.com" Cc: Heiko Stuebner , sboyd@kernel.org, linux-rockchip@lists.infradead.org, linux-clk@vger.kernel.org, Minghao Chi , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Zeal Robot Subject: Re: [PATCH] clk/rockchip: Use of_device_get_match_data() Date: Thu, 24 Feb 2022 00:44:07 +0100 Message-Id: <164565984101.1356028.2147177678382522685.b4-ty@sntech.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220221020103.1925026-1-chi.minghao@zte.com.cn> References: <20220221020103.1925026-1-chi.minghao@zte.com.cn> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220223_154418_230192_CD85D7F4 X-CRM114-Status: UNSURE ( 7.83 ) 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 Mon, 21 Feb 2022 02:01:03 +0000, cgel.zte@gmail.com wrote: > Use of_device_get_match_data() to simplify the code. Applied, thanks! [1/1] clk/rockchip: Use of_device_get_match_data() commit: 9f565399ad0739dbdeac868e40e86e80f54dc77b Best regards, -- Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel