mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
axis-fifo: remove the unnecessary dev_info()
This dev_info() statement is not needed since drivers need to be quiet under normal operation and its not a good idea to print addresses in kernel log. Signed-off-by: Prathu Baronia <prathubaronia2011@gmail.com> Message-ID: <20230616152602.33232-2-prathubaronia2011@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
01da3efafe
commit
f99bbb4412
@ -906,9 +906,6 @@ static int axis_fifo_probe(struct platform_device *pdev)
|
||||
if (rc < 0)
|
||||
goto err_initial;
|
||||
|
||||
dev_info(fifo->dt_device, "axis-fifo created at %pa mapped to 0x%pa, irq=%i\n",
|
||||
&r_mem->start, &fifo->base_addr, fifo->irq);
|
||||
|
||||
return 0;
|
||||
|
||||
err_initial:
|
||||
|
Loading…
Reference in New Issue
Block a user