ARM: at91/PMC: move assignment out of printf
authorNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 23 Feb 2012 08:44:37 +0000 (09:44 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 23 Feb 2012 13:57:57 +0000 (14:57 +0100)
commit940192e3c651eb6b97b42cb4c28e9e8471675cd2
tree73aa34d7f7051195b317987da7ffe643780e83f8
parentfb7e197bec45f15299315ed14292f09086d90a0b
ARM: at91/PMC: move assignment out of printf

We move the assignment of values of register out of the
seq_printf() calls: It is obviously more readable.

Reported-by: Ryan Mallon <rmallon@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/clock.c