From: domen@coderock.org
To: wim@iguana.be
Cc: linux-kernel@vger.kernel.org, domen@coderock.org, clucas@rotomalug.org
Subject: [patch 1/1] printk : drivers/char/watchdog/wdt285.c
Date: Sat, 19 Mar 2005 14:19:54 +0100 [thread overview]
Message-ID: <20050319131954.B30681F23D@trashy.coderock.org> (raw)
printk() calls should include appropriate KERN_* constant.
Signed-off-by: Christophe Lucas <clucas@rotomalug.org>
Signed-off-by: Domen Puncer <domen@coderock.org>
---
kj-domen/drivers/char/watchdog/wdt285.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -puN drivers/char/watchdog/wdt285.c~printk-drivers_char_watchdog_wdt285 drivers/char/watchdog/wdt285.c
--- kj/drivers/char/watchdog/wdt285.c~printk-drivers_char_watchdog_wdt285 2005-03-18 20:05:42.000000000 +0100
+++ kj-domen/drivers/char/watchdog/wdt285.c 2005-03-18 20:05:42.000000000 +0100
@@ -204,11 +204,11 @@ static int __init footbridge_watchdog_in
if (retval < 0)
return retval;
- printk("Footbridge Watchdog Timer: 0.01, timer margin: %d sec\n",
+ printk(KERN_INFO "Footbridge Watchdog Timer: 0.01, timer margin: %d sec\n",
soft_margin);
if (machine_is_cats())
- printk("Warning: Watchdog reset may not work on this machine.\n");
+ printk(KERN_WARNING "Warning: Watchdog reset may not work on this machine.\n");
return 0;
}
_
reply other threads:[~2005-03-19 13:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050319131954.B30681F23D@trashy.coderock.org \
--to=domen@coderock.org \
--cc=clucas@rotomalug.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wim@iguana.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome