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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F398BC433EF for ; Tue, 1 Mar 2022 14:56:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235494AbiCAO50 (ORCPT ); Tue, 1 Mar 2022 09:57:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235489AbiCAO5Z (ORCPT ); Tue, 1 Mar 2022 09:57:25 -0500 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1159FA252C for ; Tue, 1 Mar 2022 06:56:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=sang-engineering.com; h= date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=k1; bh=yGGppxEG16RTXq0yehDXklpKmtJe 60Z2xNgIyioCZxI=; b=V19faUqNnzAweXP//tp+4nWvOTn0KxszJDI7FMqzE7ks gy+nVJggCvL0j323mew0z/D7X9AOMlptaaqJIxWbXIDSaosOUbgNxDZ4P3G6e+93 FrG1sCGue5q9lUUGkL7U5sxFUm/MbJdUGEQbea/DEcnJY8+GIuClozAOxFwGloU= Received: (qmail 3899439 invoked from network); 1 Mar 2022 15:50:02 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 1 Mar 2022 15:50:02 +0100 X-UD-Smtp-Session: l3s3148p1@U9GdRynZ5tQgAQnoAGI9AP6D0HJXVmR3 Date: Tue, 1 Mar 2022 15:50:01 +0100 From: Wolfram Sang To: Geert Uytterhoeven Cc: Ulf Hansson , linux-mmc@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH] mmc: sh_mmcif: Simplify division/shift logic Message-ID: Mail-Followup-To: Wolfram Sang , Geert Uytterhoeven , Ulf Hansson , linux-mmc@vger.kernel.org, linux-renesas-soc@vger.kernel.org References: <68d689c39c769d298b53ee8cb9de0e594a2999b2.1645460780.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6xXqU3Svdn9icg6S" Content-Disposition: inline In-Reply-To: <68d689c39c769d298b53ee8cb9de0e594a2999b2.1645460780.git.geert+renesas@glider.be> Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org --6xXqU3Svdn9icg6S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 21, 2022 at 05:27:20PM +0100, Geert Uytterhoeven wrote: > "a / (1 << b)" =3D=3D "a >> b". >=20 > No change in generated code. >=20 > Signed-off-by: Geert Uytterhoeven Better late than never :/ Reviewed-by: Wolfram Sang --6xXqU3Svdn9icg6S Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAmIeMpYACgkQFA3kzBSg KbaCvw//dw3Sz6fAoBaBH+L37exYw30woNnbdX0QkTAAPSo+CUVNe5O6pEGbxnjQ vpDBr9I/EXFw/X17YdSRZzJ88I/3vsFecPtJFp4f3L+IB5DcWMIgv2g84VGd21is rykGUnh7UMY4BegCYCjfkU9WD6ll3+wtefQ/2XsZZaRt1u+xq3yjI3o/TuJsrmdB DIoadDbBAMDTHXTlhb8/vpGIx9Vr29jVQiKeFoUGN97VehG+ZpHL7z7zaFksuaNN HM9GFw2AMZE0fgENo/Fxn+csv6wgUcRtBSpdhdYbrozpy63i6D1LFpeqYzlND/4u /OGGWGy3g3gec4C/UYSBoPWi7ILgjWPWbJNMOmrzA6uvf7+k6nWZJbMo+Og/FVLP eJ/26HUvv76C7zvGEo0Dl+vQucBjKI/+AK0PaziXxtj3q2WnwgyuRYf6hBKYb/j6 0k2f2uXF6Ca/WAvxrujYI4saanVcPyjFMYA4HyYH9pS4VrDBA3XSlpA3YJPWV5SM NCobHX5eEzgBoOOQyShVSJg9UECUTiWw2ZmV56oCZABThpCMebxOPm/mZr1yr9Lr NFmYf5LSnhfELXS2YCePJoboSnQbv2vdxp0zpTkSewEwFGsd43Q+b+GNIRVo+3Bf 6AOozgPcFJNMBafsdDNh/vSR+i05XW5DV1JefwLUjpu1YmV6mJk= =FCz0 -----END PGP SIGNATURE----- --6xXqU3Svdn9icg6S--