Commit 486cb810 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] m68knommu: timers.c printk cleanup

From: <gerg@snapgear.com>

Add type field to printk calls in m68knommu timers.c
parent 540699a2
...@@ -127,7 +127,7 @@ void coldfire_profile_tick(int irq, void *dummy, struct pt_regs *regs) ...@@ -127,7 +127,7 @@ void coldfire_profile_tick(int irq, void *dummy, struct pt_regs *regs)
void coldfire_profile_init(void) void coldfire_profile_init(void)
{ {
printk("PROFILE: lodging TIMER2 @ %dHz as profile timer\n", PROFILEHZ); printk(KERN_INFO "PROFILE: lodging TIMER2 @ %dHz as profile timer\n", PROFILEHZ);
/* Set up TIMER 2 as high speed profile clock */ /* Set up TIMER 2 as high speed profile clock */
mcf_proftp = (volatile struct mcftimer *) (MCF_MBAR + MCFTIMER_BASE2); mcf_proftp = (volatile struct mcftimer *) (MCF_MBAR + MCFTIMER_BASE2);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment