From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Staudt Subject: Re: [PATCH v2 1/4] i2c/busses: Add i2c-icy for I2C on m68k/Amiga Date: Tue, 13 Aug 2019 11:50:02 +0200 Message-ID: <09642ea4-03b0-36be-1d52-6ef5e09f20d0@enpas.org> References: <20190812235237.21797-1-max@enpas.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Linux I2C , linux-hwmon@vger.kernel.org, Wolfram Sang , Jean Delvare , Guenter Roeck , Linux/m68k , Linux Kernel Mailing List , John Paul Adrian Glaubitz List-Id: linux-m68k@vger.kernel.org On 08/13/2019 09:08 AM, Geert Uytterhoeven wrote: >> + dev_info(&z->dev, "ICY I2C controller at %#x, IRQ not implemented\n", >> + z->resource.start); > > z->resource.start has type phys_addr_t, so you should pas a reference, and > use %pa to print it. > Alternatively, you can print the full resource using %pR. > See Documentation/core-api/printk-formats.rst Ack, this snuck in from the early days. Thanks for pointing this out! Max