mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
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>
This commit is contained in:
parent
b6be5ba8f1
commit
136fff12a7
|
|
@ -1031,8 +1031,6 @@ static int prueth_probe(struct platform_device *pdev)
|
|||
(unsigned long)prueth->msmcram.va);
|
||||
prueth->msmcram.size = msmc_ram_size;
|
||||
memset_io(prueth->msmcram.va, 0, msmc_ram_size);
|
||||
dev_dbg(dev, "sram: pa %llx va %p size %zx\n", prueth->msmcram.pa,
|
||||
prueth->msmcram.va, prueth->msmcram.size);
|
||||
|
||||
prueth->iep0 = icss_iep_get_idx(np, 0);
|
||||
if (IS_ERR(prueth->iep0)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user