* [PATCH 1/1] rtc: tps65910: renaming irq to match device
@ 2012-11-19 8:23 Sivaram Nair
2012-11-19 16:26 ` Stephen Warren
0 siblings, 1 reply; 2+ messages in thread
From: Sivaram Nair @ 2012-11-19 8:23 UTC (permalink / raw)
To: a.zummo, linux-tegra; +Cc: rtc-linux, linux-kernel, Sivaram Nair
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] rtc: tps65910: renaming irq to match device
2012-11-19 8:23 [PATCH 1/1] rtc: tps65910: renaming irq to match device Sivaram Nair
@ 2012-11-19 16:26 ` Stephen Warren
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2012-11-19 16:26 UTC (permalink / raw)
To: Sivaram Nair; +Cc: a.zummo, linux-tegra, rtc-linux, linux-kernel
On 11/19/2012 01:23 AM, Sivaram Nair wrote:
> This is a cosmetic change to rename the irq name to match the device
> name.
I believe you need to repost this to Andrew Morton since he's been
picking up RTC patches.
You don't need to post the patch to linux-tegra@ since it doesn't have
anything to do with Tegra really, even though Tegra happens to use the
driver.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-19 16:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 8:23 [PATCH 1/1] rtc: tps65910: renaming irq to match device Sivaram Nair
2012-11-19 16:26 ` Stephen Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).