]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: wilc1000: Replace printk() with pr_info().
authorElise Lennion <elise.lennion@gmail.com>
Mon, 10 Oct 2016 03:38:20 +0000 (00:38 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:05 +0000 (10:26 +0200)
commit14e6cc71bcf3dcdd9436275721b3ad0d5650e94f
treeeba86b4b86466ce695acb5dec4c04a38ce819ca2
parent98b6594844c956d79ccac581a3f08194241afc59
staging: wilc1000: Replace printk() with pr_info().

Fix checkpatch warning:

WARNING: Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then dev_info(dev, ... then pr_info(...  to printk(KERN_INFO ...

Replace printk(KERN_INFO...) by pr_info() for more uniform error reporting.

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_debugfs.c