diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 09:07:12 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:18:21 -0500 |
commit | 39669f594e75997db6a893c1e4a1c05312661fe2 (patch) | |
tree | 8163dcf6af05b2c92654f3bb673352bdab0adc25 /arch/arm/plat-s3c64xx/irq.c | |
parent | 92117a1fd3b7916e8882c6050a2f51f812209fcc (diff) |
[ARM] S3C64XX: Reduce some output from INFO to DEBUG
Some of the startup output can be reduced to
KERN_DEBUG from KERN_INFO as it is only really
useful when trying to debug kernel initialisation
problems.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/irq.c')
-rw-r--r-- | arch/arm/plat-s3c64xx/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c64xx/irq.c b/arch/arm/plat-s3c64xx/irq.c index 99df9dbefa69..a94f1d5e819d 100644 --- a/arch/arm/plat-s3c64xx/irq.c +++ b/arch/arm/plat-s3c64xx/irq.c | |||
@@ -230,7 +230,7 @@ void __init s3c64xx_init_irq(u32 vic0_valid, u32 vic1_valid) | |||
230 | { | 230 | { |
231 | int uart, irq; | 231 | int uart, irq; |
232 | 232 | ||
233 | printk(KERN_INFO "%s: initialising interrupts\n", __func__); | 233 | printk(KERN_DEBUG "%s: initialising interrupts\n", __func__); |
234 | 234 | ||
235 | /* initialise the pair of VICs */ | 235 | /* initialise the pair of VICs */ |
236 | vic_init(S3C_VA_VIC0, S3C_VIC0_BASE, vic0_valid); | 236 | vic_init(S3C_VA_VIC0, S3C_VIC0_BASE, vic0_valid); |