]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: axis-fifo: drop debug print of remapped base address
authorOvidiu Panait <ovidiu.panait.oss@gmail.com>
Fri, 19 Sep 2025 19:54:00 +0000 (22:54 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:09:29 +0000 (09:09 +0200)
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>
drivers/staging/axis-fifo/axis-fifo.c

index a06f7c76658a741f5d46270c00b4a00b7a2567cf..509d620d6ce70c477b291dd8daea4b676710186f 100644 (file)
@@ -588,8 +588,6 @@ static int axis_fifo_probe(struct platform_device *pdev)
        if (IS_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
         * ----------------------------