From: Komal Shah <komal_shah802003@yahoo.com>
To: linux-omap-open-source@linux.omap.com
Subject: [PATCH] fix watchdog
Date: Sun, 18 Dec 2005 06:09:22 -0800 (PST) [thread overview]
Message-ID: <20051218140922.88154.qmail@web32915.mail.mud.yahoo.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 314 bytes --]
Tony,
Change .driver_name from "omap-wdt" to "omap_wdt".
Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
---Komal Shah
http://komalshah.blogspot.com/
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[-- Attachment #2: 3502949089-fix-watchdog.patch --]
[-- Type: text/plain, Size: 377 bytes --]
diff --git a/drivers/char/watchdog/omap_wdt.c b/drivers/char/watchdog/omap_wdt.c
index 9904165..8f6fa68 100644
--- a/drivers/char/watchdog/omap_wdt.c
+++ b/drivers/char/watchdog/omap_wdt.c
@@ -362,7 +362,7 @@ static struct platform_driver omap_wdt_d
.resume = omap_wdt_resume,
.driver = {
.owner = THIS_MODULE,
- .name = "omap-wdt",
+ .name = "omap_wdt",
},
};
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
next reply other threads:[~2005-12-18 14:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-18 14:09 Komal Shah [this message]
2005-12-19 16:20 ` [PATCH] fix watchdog Juha Yrjölä
2005-12-19 16:31 ` Komal Shah
2005-12-20 11:25 ` Juha Yrjölä
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=20051218140922.88154.qmail@web32915.mail.mud.yahoo.com \
--to=komal_shah802003@yahoo.com \
--cc=linux-omap-open-source@linux.omap.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.