Skip to content

Commit 622c811

Browse files
ovpanaitgregkh
authored andcommitted
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>
1 parent 89443a9 commit 622c811

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/staging/axis-fifo/axis-fifo.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,6 @@ static int axis_fifo_probe(struct platform_device *pdev)
588588
if (IS_ERR(fifo->base_addr))
589589
return PTR_ERR(fifo->base_addr);
590590

591-
dev_dbg(fifo->dt_device, "remapped memory to 0x%p\n", fifo->base_addr);
592-
593591
/* ----------------------------
594592
* init IP
595593
* ----------------------------

0 commit comments

Comments
 (0)