[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>
This commit is contained in:
Ben Dooks
2008-10-21 14:07:12 +01:00
szülő 92117a1fd3
commit 39669f594e
3 fájl változott, egészen pontosan 6 új sor hozzáadva és 6 régi sor törölve

Fájl megtekintése

@@ -55,7 +55,7 @@ void __init s3c6410_map_io(void)
void __init s3c6410_init_clocks(int xtal)
{
printk(KERN_INFO "%s: initialising clocks\n", __func__);
printk(KERN_DEBUG "%s: initialising clocks\n", __func__);
s3c24xx_register_baseclocks(xtal);
s3c64xx_register_clocks();
s3c6400_register_clocks();