staging: axis-fifo: drop debug print of remapped base address
The probe function prints the remapped base address with dev_dbg(). This message is not useful and printing kernel addresses is discouraged, so remove the debug print. Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com> Link: https://lore.kernel.org/r/20250919195400.3180039-6-ovidiu.panait.oss@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>pull/1354/merge
parent
89443a92c5
commit
622c811052
|
|
@ -588,8 +588,6 @@ static int axis_fifo_probe(struct platform_device *pdev)
|
||||||
if (IS_ERR(fifo->base_addr))
|
if (IS_ERR(fifo->base_addr))
|
||||||
return PTR_ERR(fifo->base_addr);
|
return PTR_ERR(fifo->base_addr);
|
||||||
|
|
||||||
dev_dbg(fifo->dt_device, "remapped memory to 0x%p\n", fifo->base_addr);
|
|
||||||
|
|
||||||
/* ----------------------------
|
/* ----------------------------
|
||||||
* init IP
|
* init IP
|
||||||
* ----------------------------
|
* ----------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue