]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sysfs: Convert print_symbol to %pSR
authorJoe Perches <joe@perches.com>
Wed, 12 Dec 2012 18:19:09 +0000 (10:19 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 20:57:07 +0000 (12:57 -0800)
commit6ad58fa82db897b4422a873c01fa41f84b652502
treef3d37c51b171f907f0222c5bd6bce1c55c3594a2
parentf5e097f0465e874ac76e8b6ae355b6faa83973a1
sysfs: Convert print_symbol to %pSR

Use the new vsprintf extension to avoid any possible
message interleaving.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/file.c