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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6FC0C0650F for ; Thu, 8 Aug 2019 04:30:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7CE7A21873 for ; Thu, 8 Aug 2019 04:30:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565238631; bh=1+URRL/j1c6HgZHm2mFbkwJnj6VhhDQ/uYDMJL+bsww=; h=In-Reply-To:References:From:Cc:To:Subject:Date:List-ID:From; b=zs5cebDfZZvlKCXTuopglEtjVCe8tupsv3THxGH6HK8jmA7qLYsroh/Pkd9zG1iPR jXQobZ2WBYjIwnF0Ao+/YkAB14UW2InFSAbfaFJI58M9UzZl7LNQclkFefVzaSTC6U nOfEkW3j95f25n/jZGC3mb6cUCbcTwutMcTlfurA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727840AbfHHEab (ORCPT ); Thu, 8 Aug 2019 00:30:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:42394 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726749AbfHHEab (ORCPT ); Thu, 8 Aug 2019 00:30:31 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 189CC21743; Thu, 8 Aug 2019 04:30:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565238630; bh=1+URRL/j1c6HgZHm2mFbkwJnj6VhhDQ/uYDMJL+bsww=; h=In-Reply-To:References:From:Cc:To:Subject:Date:From; b=AoK5J6tsBtjT5LrjB5/Jsz4NnqGOAmXU2c7HMrVwVV0s46E1oCl4zmmbpJcVu4MWP 2l109zLiFvNdiN6hlhITPkbrc3xfDEVhvVe6Pdun69359Ez4frtNuIT6+emDqpYVV6 bStOdoBTh+OK14xNqGIWQHOXZAGzurRJMu4rtSBc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190722074348.29582-2-vkoul@kernel.org> References: <20190722074348.29582-1-vkoul@kernel.org> <20190722074348.29582-2-vkoul@kernel.org> From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , Deepak Katragadda , Andy Gross , David Brown , Michael Turquette , linux-clk@vger.kernel.org, Taniya Das , linux-kernel@vger.kernel.org To: Vinod Koul Subject: Re: [PATCH v4 1/5] clk: qcom: clk-alpha-pll: Remove unnecessary cast User-Agent: alot/0.8.1 Date: Wed, 07 Aug 2019 21:30:29 -0700 Message-Id: <20190808043030.189CC21743@mail.kernel.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Vinod Koul (2019-07-22 00:43:44) > Commit 8f9fab480c7a ("linux/kernel.h: fix overflow for > DIV_ROUND_UP_ULL") fixed the overflow for DIV_ROUND_UP_ULL, so we no > longer need the cast for DIV_ROUND_UP_ULL, so remove the unnecessary > u64 casts. >=20 > Signed-off-by: Vinod Koul > --- Applied to clk-next