]> git.karo-electronics.de Git - mv-sheeva.git/commit
regulator: Fix obfuscated log messages
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 22 Nov 2010 13:51:18 +0000 (13:51 +0000)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Wed, 12 Jan 2011 14:33:00 +0000 (14:33 +0000)
commit4c35508fc0b7883820923b3b8eb9fea25d35cf72
treee6cc86303886370713f7d90dfab6d79a6efed63b
parent1d7372e15ebd7f56a336fabe6ee31f8e692cd9cb
regulator: Fix obfuscated log messages

Don't use %s to format fixed static strings into log messages, it just
makes searching for and reading the message in the kernel source
needlessly hard.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/regulator/core.c