]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: nec7210 console messaging cleanup
authorDave Penkler <dpenkler@gmail.com>
Fri, 14 Feb 2025 11:47:04 +0000 (12:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Feb 2025 15:48:05 +0000 (16:48 +0100)
commit23561c4d33fecdc970126ab011b939cefb1fdd19
tree0e59b01c05a8c7d6dd4e51f242e4fcd4e217c060
parent060fb82d690ecb3583c70754561547d16b55f937
staging: gpib: nec7210 console messaging cleanup

Enable module name to be printed by default in dev_dbg

Remove commented dev_dbg

Remove pr_err on timeout and gpib bus error.

Remove dev_dbg on wait interrupted, command timeout
also read / write timeout, gpib bus error and interrupt.

Remove commented printk and command variable initialization.

Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250214114708.28947-14-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/nec7210/nec7210.c