]> bbs.cooldavid.org Git - net-next-2.6.git/commit
OMAP3 clock: lessen amount of noisy messages
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 12 May 2009 23:34:40 +0000 (17:34 -0600)
committerpaul <paul@twilight.(none)>
Tue, 12 May 2009 23:34:40 +0000 (17:34 -0600)
commit0db4e8259792202060b962ad1a8715f030268c8b
tree6005463ce604f7638664d76a7cffdd47ff52fbf3
parentb7aee4bfa7cad909220491214037731c1edb510a
OMAP3 clock: lessen amount of noisy messages

On our system we see the following messages:

Disabling unused clock "gpt2_ick"
Disabling unused clock "gpt3_ick"
Disabling unused clock "gpt4_ick"
Disabling unused clock "gpt5_ick"
...

The messages have KERN_INFO level and if you have serial
console, they normally go there. I do not think it is good
idea to print that much stuff there. Moreover, messages
are not properly prefixed and for mortals it is not
immeadietly clear where they come from.

Let's give them debugging level instead.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
[paul@pwsan.com: trimmed debugging output in patch description]
arch/arm/mach-omap2/clock.c