From: Maxime Ripard Date: Wed, 2 Jul 2014 10:04:43 +0000 (+0200) Subject: ARM: at91: setup: Switch to pr_fmt X-Git-Tag: fixes-for-v3.18-merge-window~3^2~13^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e8be232b934418932e40da276f6871dce83fa7c;p=pandora-kernel.git ARM: at91: setup: Switch to pr_fmt Most of the printed messages are using the "AT91:" prefix in the setup.c file, but not all of them. Moreover, those who add it hardcode it directly in the message, while the pr_fmt macro makes it easier for us to support such a case. Signed-off-by: Maxime Ripard Acked-by: Alexandre Belloni Signed-off-by: Nicolas Ferre --- Reading git-diff-tree failed