From: Sivaram Nair <sivaramn@nvidia.com>
To: <a.zummo@towertech.it>, <linux-tegra@vger.kernel.org>
Cc: <rtc-linux@googlegroups.com>, <linux-kernel@vger.kernel.org>,
Sivaram Nair <sivaramn@nvidia.com>
Subject: [PATCH 1/1] rtc: tps65910: renaming irq to match device
Date: Mon, 19 Nov 2012 10:23:33 +0200 [thread overview]
Message-ID: <1353313413-17382-1-git-send-email-sivaramn@nvidia.com> (raw)
This is a cosmetic change to rename the irq name to match the device
name.
Signed-off-by: Sivaram Nair <sivaramn@nvidia.com>
---
drivers/rtc/rtc-tps65910.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c
index 7a82337..e8d44bc 100644
--- a/drivers/rtc/rtc-tps65910.c
+++ b/drivers/rtc/rtc-tps65910.c
@@ -261,7 +261,7 @@ static int __devinit tps65910_rtc_probe(struct platform_device *pdev)
ret = devm_request_threaded_irq(&pdev->dev, irq, NULL,
tps65910_rtc_interrupt, IRQF_TRIGGER_LOW,
- "rtc-tps65910", &pdev->dev);
+ dev_name(&pdev->dev), &pdev->dev);
if (ret < 0) {
dev_err(&pdev->dev, "IRQ is not free.\n");
return ret;
--
1.7.9.5
next reply other threads:[~2012-11-19 8:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-19 8:23 Sivaram Nair [this message]
2012-11-19 16:26 ` Stephen Warren
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=1353313413-17382-1-git-send-email-sivaramn@nvidia.com \
--to=sivaramn@nvidia.com \
--cc=a.zummo@towertech.it \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=rtc-linux@googlegroups.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®