]> git.baikalelectronics.ru Git - kernel.git/commit
staging: sm750fb: Replace pr_*() with dev_*().
authorElise Lennion <elise.lennion@gmail.com>
Tue, 1 Nov 2016 01:28:46 +0000 (23:28 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2016 10:31:12 +0000 (11:31 +0100)
commit5e7a7b1900fe9a42aa01da1fbc53ddc38897f5fa
treedaf0093fb27a1a2d11f3a2c0cc3e44951530b4c5
parent4cd09ae14d4e64ea7c54f10ecbb2fd614a434d09
staging: sm750fb: Replace pr_*() with dev_*().

dev_*() functions print identifying information about the struct device
and should be used instead of pr_*() whenever possible.

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