]> git.ipfire.org Git - thirdparty/linux.git/commit
staging: gpib: ines console messaging cleanup
authorDave Penkler <dpenkler@gmail.com>
Thu, 20 Feb 2025 09:09:19 +0000 (10:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Feb 2025 10:25:56 +0000 (11:25 +0100)
commit0de51244e7b7e3ea97f9da68318fbc9e7e16f6a5
tree6c23747b60046c6b86364b571823947b072eba98
parent82e3508046f9bce75e14b6cab5805e52f27f5405
staging: gpib: ines console messaging cleanup

Enable module name to be printed in pr_xxx and dev_xxx
Use DRV_NAME defined as KBUILD_MODNAME instead of hard coded
string "ines_gpib" in pci_request_regions, request_irq and
request_region.

Remove "ines:" and "ines_gpib:" string prefixes in messages
since module name printing is enabled.

Change pr_err to dev_err where possible.

Remove interrupt warnings.

Remove PCMCIA debug comments, PCMCIA_DEBUG conditional compilation
symbol, the DEBUG macro definition and its uses.

Change pr_debug to dev_dbg.

Remove pr_info

Remove commented printk.

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