From: Jakub Kicinski Date: Tue, 15 Oct 2024 17:55:55 +0000 (-0700) Subject: Merge branch 'net-ethernet-freescale-use-pa-to-format-resource_size_t' X-Git-Tag: v6.13-rc1~135^2~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d858708d465669ba7de17e9c5691eb4019166e8;p=thirdparty%2Flinux.git Merge branch 'net-ethernet-freescale-use-pa-to-format-resource_size_t' Simon Horman says: ==================== net: ethernet: freescale: Use %pa to format resource_size_t This short series addersses the formatting of variables of type resource_size_t in freescale drivers. The correct format string for resource_size_t is %pa which acts on the address of the variable to be formatted [1]. [1] https://elixir.bootlin.com/linux/v6.11.3/source/Documentation/core-api/printk-formats.rst#L229 These problems were introduced by commit 9d9326d3bc0e ("phy: Change mii_bus id field to a string") Reported-by: Geert Uytterhoeven Closes: https://lore.kernel.org/netdev/711d7f6d-b785-7560-f4dc-c6aad2cce99@linux-m68k.org/ Reviewed-by: Daniel Machon ==================== Link: https://patch.msgid.link/20241014-net-pa-fmt-v1-0-dcc9afb8858b@kernel.org Signed-off-by: Jakub Kicinski --- 6d858708d465669ba7de17e9c5691eb4019166e8