]> git.baikalelectronics.ru Git - kernel.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)
commit60cec4fd36bc201829b94ee70d887ae5ebb2c35f
treef3d37c51b171f907f0222c5bd6bce1c55c3594a2
parent98223018c5a5b16378b79925d00436d4fe87da60
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