From: Hans Wennborg Date: Thu, 7 Aug 2014 05:52:23 +0000 (-0700) Subject: cpufreq: speedstep-smi: fix decimal printf specifiers X-Git-Tag: omap-for-v3.17/fixes-against-rc2~56^2~1^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f30eba78969624ed8e86db81a8dd91736f79f3;p=pandora-kernel.git cpufreq: speedstep-smi: fix decimal printf specifiers The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Also, these are 32-bit values, so drop the l characters. Signed-off-by: Hans Wennborg Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed