]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers: base: Convert print_symbol to %pSR
authorJoe Perches <joe@perches.com>
Wed, 12 Dec 2012 18:19:07 +0000 (10:19 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 20:57:07 +0000 (12:57 -0800)
commite79798659339be800bf553c0b6fb06745aecf37f
tree2a1aa22102a76659a8dba3dcc70136f4df0f9cef
parent6ad58fa82db897b4422a873c01fa41f84b652502
drivers: base: 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>
drivers/base/core.c