]> git.ipfire.org Git - thirdparty/linux.git/commit
staging: gpib: pc2 console messaging cleanup
authorDave Penkler <dpenkler@gmail.com>
Fri, 14 Feb 2025 11:47:06 +0000 (12:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Feb 2025 15:48:06 +0000 (16:48 +0100)
commit4d5092b188b363aa6b15cedb79c2ffd758aa5af7
tree7940018587d45b13d57dd0ba4ebb2dda327135d8
parent18ce5b5d9167bffce02550a85c7c3316a05ea598
staging: gpib: pc2 console messaging cleanup

Enable module name to be printed in pr_xxx and dev_xxx

Turn long pr_err into comment, short message in dev_err.

Change pr_err to dev_err where possible.

Use error return codes consistent with messages.

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