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 51CEBC433F5 for ; Fri, 30 Sep 2022 21:32:04 +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:Message-Id:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=WXcVJEOccdlEajgRV1sgD0cqf7bJIQ4+qDFhLfuA2fo=; b=XTVi1yipVT9aI3 eFgT/QVWxgKHrNbvDizvlk1dszjRjMuWVEvf18CtxTZNy4XjzhUCrMQORpfpDI3UdJvJtjrrNOYGI D3vKuINApXJoLRJ2KyKIYay3pwcwFq0RteGtLhTbEvVx+HMw2A1mi5PrMnSsu/cplhXUJRpnIbvE6 XcohMrXRkpiqSeLvrg7atiqYBj31XNyK/fOrkrOj8q4iNqUBrLXCJmaLsq0v3PnMqIbSPqZJnGhkm czYgkXiQx0APQrNzAomsfX6aebBOZXvu/D0D9IHMtTrQnMoz3DA061xoa7P0eIwLGeAvqxWa3w6uP xec9eW0gX3Nk1OkKmCNw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oeNbA-00BdOl-87; Fri, 30 Sep 2022 21:31:08 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oeNb7-00BdNr-8H; Fri, 30 Sep 2022 21:31:06 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0C231624E5; Fri, 30 Sep 2022 21:31:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60DB7C433C1; Fri, 30 Sep 2022 21:31:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664573463; bh=8ngmKzeml8m0R0g4rXI8BPfKYpVbq7Y5xNMXyRhTE8c=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=WRGmagP2FEI04rKREfs9yeCTGovcqoBIz0d5iNsZ8VQTilwbe7J0oHu0GbjFp2yXe FR9KJHvAl+lDYqP0Pjij8FAGFSilGxB592RG84yFSl7AM+XonvGuVBPBzWb+6eiAOM TRznfycXnyg/g1hvKNZ91jhnuF6Tr0Nju0ycEGHOjCGW8v7pGadt4F7h99XIt9OWTo SGgJhLaKNBnipryyp5bPrCwK+zVy+L6bFQQHENzmNdsc3FpFZ1s780p0gOcoU7kqKV vmMdU5bFFbkim5SF2KfwO9FDIkXydXRkKRkKyARdGxWCcsiNX1xjt37JaJDmxf3MTc gWHmc2/lV3LeQ== MIME-Version: 1.0 In-Reply-To: <20220904141037.38816-1-stefan.wahren@i2se.com> References: <20220904141037.38816-1-stefan.wahren@i2se.com> Subject: Re: [PATCH] clk: bcm2835: fix bcm2835_clock_rate_from_divisor declaration From: Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stefan Wahren To: Florian Fainelli , Maxime Ripard , Michael Turquette , Ray Jui , Scott Branden , Stefan Wahren Date: Fri, 30 Sep 2022 14:31:00 -0700 User-Agent: alot/0.10 Message-Id: <20220930213103.60DB7C433C1@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220930_143105_355275_07F1B71F X-CRM114-Status: UNSURE ( 8.41 ) 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 Quoting Stefan Wahren (2022-09-04 07:10:37) > The return value of bcm2835_clock_rate_from_divisor is always unsigned > and also all caller expect this. So fix the declaration accordingly. > > Fixes: 41691b8862e2 ("clk: bcm2835: Add support for programming the audio domain clocks") > Signed-off-by: Stefan Wahren > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel