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=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 4D572C32771 for ; Wed, 15 Jan 2020 17:43:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2F8E82077B for ; Wed, 15 Jan 2020 17:43:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728961AbgAORnA (ORCPT ); Wed, 15 Jan 2020 12:43:00 -0500 Received: from sauhun.de ([88.99.104.3]:38990 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726574AbgAORnA (ORCPT ); Wed, 15 Jan 2020 12:43:00 -0500 Received: from localhost (p54B33239.dip0.t-ipconnect.de [84.179.50.57]) by pokefinder.org (Postfix) with ESMTPSA id E23862C0742; Wed, 15 Jan 2020 18:42:57 +0100 (CET) Date: Wed, 15 Jan 2020 18:42:57 +0100 From: Wolfram Sang To: Krzysztof Kozlowski Cc: Vladimir Zapolskiy , Sylvain Lemieux , Linus Walleij , Arnd Bergmann , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jean Delvare , Jarkko Nikula Subject: Re: [PATCH v2 4/4] i2c: stu300: Use proper printk format for iomem pointer Message-ID: <20200115174257.GG1239@ninjato> References: <1578992765-1418-1-git-send-email-krzk@kernel.org> <1578992765-1418-4-git-send-email-krzk@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JkW1gnuWHDypiMFO" Content-Disposition: inline In-Reply-To: <1578992765-1418-4-git-send-email-krzk@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --JkW1gnuWHDypiMFO Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 14, 2020 at 10:06:05AM +0100, Krzysztof Kozlowski wrote: > iomem pointers should be printed with pointer format to hide the > actual value and fix warnings when compiling on 64-bit platform (e.g. with > COMPILE_TEST): >=20 > drivers/i2c/busses/i2c-stu300.c: In function =E2=80=98stu300_wait_whi= le_busy=E2=80=99: > drivers/i2c/busses/i2c-stu300.c:446:76: warning: > cast from pointer to integer of different size [-Wpointer-to-int-= cast] >=20 > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Linus Walleij >=20 Applied to for-next, thanks! --JkW1gnuWHDypiMFO Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl4fTyEACgkQFA3kzBSg KbZyqg//Sd09BN4OeELDVsiOiLzCCJ9pCfgSbHMr566NeJZRmzZzmHqnwPM45c/T vPXIMFK2tA9l+WUfEL56leAbrzjuy9O5dK0TVGZsuCFTXunT/5eB4/rWcWCii+wu rVXsA+nfIKrWNskbUC/Mic+5aERwBQvkWoHAKV2j5A0N/r77cO+i7bpWF3JccDRc Cqq7SwXCsEB92MZRzG4JyhI0iyFQDIT/tEfXo1lMQ9Iyx7fVeiudGdo+YEfiQ4lZ 9VwOX5+5pmjgJ+4BLsXXDf3ulrnL/l6njjfKyRQ1WaFFiA9Em9gb9D7+ZkxN7rPt vw7izfwLcmVEe0vlLBsOICMjRHLqNUqo4iJiMO7PUexQXfqbLX902mtO9Jf8GUhb liKrVPl687LYO32qQHi5Td4A/D8kdmqsvFc8MemJaWw61nSoOxpdjpIgvy4efRKA LrS8Hjd9rjABO5l4ITAU6zY5gVNbMjsBGX8jXtwqNK5fSz0enUh2eDz9gjxbFgGq Oso9n3obhqedeFP4gp331wm80OycBEbuwE3slw/sUEgVkR9FsldgK9ybJNoRrlkP i/4uAYQYnxXf5fXSIzK9/vY2F35bie1hGYt3sOpULaqAOMmvgBxh6bAzNGdZLbxW xzY+WdHBSG38zYsa5PxdFw4TfBELbMmeMF3GRYmFQHGLNwfa66A= =MOaJ -----END PGP SIGNATURE----- --JkW1gnuWHDypiMFO-- 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=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 60DA9C32771 for ; Wed, 15 Jan 2020 17:43:09 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 383D72077B for ; Wed, 15 Jan 2020 17:43:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="L8QK/o+l" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 383D72077B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=the-dreams.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=sjKJZIszt9D0dVx3Jai61/38/BoIt2rKbwSKOlU2vcQ=; b=L8QK/o+lKMyMPlJ9AAoxOBbHd kMHqjyI2+Y/a5lA8cktZ5pC6BfpCW0YugnvbhsNCVi2jC+UrVMoSWH3ySiYGO5TKc16JIrobAfgnn mwl/EOHKCn/XXi1RhpMfInI/irYWnGyTzNkX1rZe2W4t44Hs7YDEIWhWaXK9Glvri4cwMDEzDgkJX r7bXlqCItAdm2fE4XlsjK0Ds30CoYoPrqBih3y70douh0TMTXDY6zcRJjXaxQfRrmRG7RZhOWDm2G gDXVHvIVQbWBvjzL6w4PDjFefDG423ESEayL8nJub8Gc0J4g0oOmzpitlqrVRDJ7BBPKsWlFbo+7g uUs9yoQvA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1irmhA-0003w7-KT; Wed, 15 Jan 2020 17:43:08 +0000 Received: from sauhun.de ([88.99.104.3] helo=pokefinder.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1irmh3-0003ue-M2 for linux-arm-kernel@lists.infradead.org; Wed, 15 Jan 2020 17:43:06 +0000 Received: from localhost (p54B33239.dip0.t-ipconnect.de [84.179.50.57]) by pokefinder.org (Postfix) with ESMTPSA id E23862C0742; Wed, 15 Jan 2020 18:42:57 +0100 (CET) Date: Wed, 15 Jan 2020 18:42:57 +0100 From: Wolfram Sang To: Krzysztof Kozlowski Subject: Re: [PATCH v2 4/4] i2c: stu300: Use proper printk format for iomem pointer Message-ID: <20200115174257.GG1239@ninjato> References: <1578992765-1418-1-git-send-email-krzk@kernel.org> <1578992765-1418-4-git-send-email-krzk@kernel.org> MIME-Version: 1.0 In-Reply-To: <1578992765-1418-4-git-send-email-krzk@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200115_094301_873024_650E3549 X-CRM114-Status: UNSURE ( 8.46 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arnd Bergmann , Linus Walleij , linux-kernel@vger.kernel.org, Jean Delvare , Vladimir Zapolskiy , Jarkko Nikula , linux-i2c@vger.kernel.org, Sylvain Lemieux , linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============0856403162022650455==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============0856403162022650455== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JkW1gnuWHDypiMFO" Content-Disposition: inline --JkW1gnuWHDypiMFO Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 14, 2020 at 10:06:05AM +0100, Krzysztof Kozlowski wrote: > iomem pointers should be printed with pointer format to hide the > actual value and fix warnings when compiling on 64-bit platform (e.g. with > COMPILE_TEST): >=20 > drivers/i2c/busses/i2c-stu300.c: In function =E2=80=98stu300_wait_whi= le_busy=E2=80=99: > drivers/i2c/busses/i2c-stu300.c:446:76: warning: > cast from pointer to integer of different size [-Wpointer-to-int-= cast] >=20 > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Linus Walleij >=20 Applied to for-next, thanks! --JkW1gnuWHDypiMFO Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl4fTyEACgkQFA3kzBSg KbZyqg//Sd09BN4OeELDVsiOiLzCCJ9pCfgSbHMr566NeJZRmzZzmHqnwPM45c/T vPXIMFK2tA9l+WUfEL56leAbrzjuy9O5dK0TVGZsuCFTXunT/5eB4/rWcWCii+wu rVXsA+nfIKrWNskbUC/Mic+5aERwBQvkWoHAKV2j5A0N/r77cO+i7bpWF3JccDRc Cqq7SwXCsEB92MZRzG4JyhI0iyFQDIT/tEfXo1lMQ9Iyx7fVeiudGdo+YEfiQ4lZ 9VwOX5+5pmjgJ+4BLsXXDf3ulrnL/l6njjfKyRQ1WaFFiA9Em9gb9D7+ZkxN7rPt vw7izfwLcmVEe0vlLBsOICMjRHLqNUqo4iJiMO7PUexQXfqbLX902mtO9Jf8GUhb liKrVPl687LYO32qQHi5Td4A/D8kdmqsvFc8MemJaWw61nSoOxpdjpIgvy4efRKA LrS8Hjd9rjABO5l4ITAU6zY5gVNbMjsBGX8jXtwqNK5fSz0enUh2eDz9gjxbFgGq Oso9n3obhqedeFP4gp331wm80OycBEbuwE3slw/sUEgVkR9FsldgK9ybJNoRrlkP i/4uAYQYnxXf5fXSIzK9/vY2F35bie1hGYt3sOpULaqAOMmvgBxh6bAzNGdZLbxW xzY+WdHBSG38zYsa5PxdFw4TfBELbMmeMF3GRYmFQHGLNwfa66A= =MOaJ -----END PGP SIGNATURE----- --JkW1gnuWHDypiMFO-- --===============0856403162022650455== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============0856403162022650455==--