From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B2BF63DBA0; Tue, 19 Dec 2023 23:24:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XnwWpwes" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 155D6C433C7; Tue, 19 Dec 2023 23:24:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703028244; bh=GOWtq1QfVI0dp6mTGEex1rpFS5MGDjW4D97ACoEHImI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=XnwWpwesKQKXKXzGQc9w0LCULCyVI5yIPmxX7EGVeA+qg9eEORBSdEBD+ORzXfVpX 58O85L5Vih+OboC5RUcGnIkJtoU3MKdayJHjMqbJGEEtOBcVyPgVbxX4IIFQMFjdiN E53pmD2ZvKiq7tQ80rzffRHoAcGkEwxfR4MlXR/uNa5ytARZ2ILvdZuXtOId6HbtcZ OX9zkT0sqgf7PCKXePVa2wk+bGdeNVq3kn4oBK5Z81Xkrjlb8vnqKDR7Err3fb7wlB DnVMtwOm5zjge0qfLNjDv7LN6G3lvmIut/JRo3aCE4iyZx42HOLTxhNKf8tpNvwice UrK6YaOrgOiuQ== Message-ID: <498958059fbabbdcbcac62b979b8451d.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20231218-mbly-clk-v1-1-44ce54108f06@bootlin.com> References: <20231218-mbly-clk-v1-0-44ce54108f06@bootlin.com> <20231218-mbly-clk-v1-1-44ce54108f06@bootlin.com> Subject: Re: [PATCH 1/5] clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw From: Stephen Boyd Cc: Vladimir Kondratiev , linux-mips@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Petazzoni , Tawfik Bayouk , =?utf-8?q?Th=C3=A9o?= Lebrun To: Conor Dooley , Gregory CLEMENT , Krzysztof Kozlowski , Michael Turquette , Rob Herring , Thomas Bogendoerfer , =?utf-8?q?Th=C3=A9o?= Lebrun Date: Tue, 19 Dec 2023 15:24:01 -0800 User-Agent: alot/0.10 Quoting Th=C3=A9o Lebrun (2023-12-18 09:14:16) > Add missing comma and remove extraneous NULL argument. The macro is > currently used by no one which explains why the typo slipped by. >=20 > Fixes: 2d34f09e79c9 ("clk: fixed-rate: Add support for specifying parents= via DT/pointers") > Signed-off-by: Th=C3=A9o Lebrun > --- Applied to clk-next