From: Akinobu Mita Date: Sat, 29 Sep 2012 03:14:49 +0000 (+0000) Subject: sparc: fix format string argument for prom_printf() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5da444aae54f64575a60f1d596ed7706e3089fb0;p=pandora-kernel.git sparc: fix format string argument for prom_printf() prom_printf() takes printf style arguments. Specifing GCC's format attribute reveals that there are several wrong usages of prom_printf(). This fixes those wrong format strings and arguments, and also leaves format attributes in order to detect similar mistakes at compile time. Signed-off-by: Akinobu Mita Cc: "David S. Miller" Cc: sparclinux@vger.kernel.org Signed-off-by: David S. Miller --- Reading git-diff-tree failed