]> www.infradead.org Git - users/hch/misc.git/commit
net: ti: icssg-prueth: Do not print physical memory addresses
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 12 Jan 2025 13:32:43 +0000 (14:32 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 15 Jan 2025 02:04:03 +0000 (18:04 -0800)
commit136fff12a7591b390e46521864ca641e6e74c0e8
tree9a451bb25eba0416d9505e600c1d4565506241ba
parentb6be5ba8f1c6b28c2daa039fd9e9df32f62852bd
net: ti: icssg-prueth: Do not print physical memory addresses

Debugging messages should not reveal anything about memory addresses.
This also solves arm compile test warnings:

  drivers/net/ethernet/ti/icssg/icssg_prueth_sr1.c:1034:49: error:
    format specifies type 'unsigned long long' but the argument has type 'phys_addr_t' (aka 'unsigned int') [-Werror,-Wformat]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: MD Danish Anwar <danishanwar@ti.com>
Link: https://patch.msgid.link/20250112-syscon-phandle-args-net-v1-1-3423889935f7@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/ti/icssg/icssg_prueth_sr1.c