From: wim@iguana.be (Wim Van Sebroeck)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: PNX4008: fix watchdog device driver name
Date: Fri, 20 Nov 2009 15:09:12 +0100 [thread overview]
Message-ID: <20091120140912.GU19336@infomag.iguana.be> (raw)
In-Reply-To: <da1369220883f255fa6f4b773fec9a8a8b1db5cc.1258725164.git.rmk+kernel@arm.linux.org.uk>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> ---
> drivers/watchdog/pnx4008_wdt.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/watchdog/pnx4008_wdt.c b/drivers/watchdog/pnx4008_wdt.c
> index f24d041..4d227b1 100644
> --- a/drivers/watchdog/pnx4008_wdt.c
> +++ b/drivers/watchdog/pnx4008_wdt.c
> @@ -317,7 +317,7 @@ static int __devexit pnx4008_wdt_remove(struct platform_device *pdev)
>
> static struct platform_driver platform_wdt_driver = {
> .driver = {
> - .name = "watchdog",
> + .name = "pnx4008-watchdog",
> .owner = THIS_MODULE,
> },
> .probe = pnx4008_wdt_probe,
> @@ -352,4 +352,4 @@ MODULE_PARM_DESC(nowayout,
>
> MODULE_LICENSE("GPL");
> MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
> -MODULE_ALIAS("platform:watchdog");
> +MODULE_ALIAS("platform:pnx4008-watchdog");
> --
> 1.6.2.5
>
next prev parent reply other threads:[~2009-11-20 14:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-20 13:59 [PATCH 0/2] PNX fixes Russell King - ARM Linux
2009-11-20 11:03 ` [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors Russell King - ARM Linux
2009-11-20 14:21 ` Ben Dooks
2009-11-20 14:24 ` Russell King - ARM Linux
2009-11-20 13:07 ` [PATCH 2/2] ARM: PNX4008: fix watchdog device driver name Russell King - ARM Linux
2009-11-20 14:09 ` Wim Van Sebroeck [this message]
2009-11-20 14:11 ` Russell King - ARM Linux
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=20091120140912.GU19336@infomag.iguana.be \
--to=wim@iguana.be \
--cc=linux-arm-kernel@lists.infradead.org \
/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