]> git.baikalelectronics.ru Git - kernel.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)
commit3d97c91f274406b8669b5e0ceeff753aaf2768a5
tree2a1aa22102a76659a8dba3dcc70136f4df0f9cef
parent60cec4fd36bc201829b94ee70d887ae5ebb2c35f
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