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

Enable module name to be printed in pr_xxx and dev_xxx

Remove pr_err on go_to_standby timeout.

Remove write wait and command wait interrupted messages.

Remove __func__ parameter on error messages

Change pr_err to dev_err where possible.

Remove commented printk

Uncomment dev_dbg in interrupt_have status

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