ARM: at91: setup: Switch to pr_fmt
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 2 Jul 2014 10:04:43 +0000 (12:04 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 25 Aug 2014 14:01:25 +0000 (16:01 +0200)
commit9e8be232b934418932e40da276f6871dce83fa7c
tree1ce0e2d608927317845f1eab84938fb2484c5b3f
parente657ce689a85ff1c887b8020282e5b2ab1411ded
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 <maxime.ripard@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/setup.c