]> git.baikalelectronics.ru Git - kernel.git/commit
staging: sm750fb: Replace printk() with pr_info().
authorElise Lennion <elise.lennion@gmail.com>
Sun, 9 Oct 2016 01:40:24 +0000 (22:40 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:24:50 +0000 (10:24 +0200)
commitf291fdb4a19b5f07ee9178bd5193d495902d8c8d
tree49c93913d181fb44aa648668e6212753969dac9c
parenteb4ff163314089463d86fc6c67102f4defaf2613
staging: sm750fb: Replace printk() with pr_info().

Fix checkpatch warning:

WARNING: printk() should include KERN_ facility level

New checkpatch warning appears after including KERN_ facility level.

Fix checkpatch warning:

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

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