diff options
author | Sivaram Nair <sivaramn@nvidia.com> | 2012-12-17 19:02:37 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 20:15:21 -0500 |
commit | 32c4746c24728a047a1ef985215edec798bfce1f (patch) | |
tree | 2a65d6c08fabea6b072fadf5cab55f464401dd42 /drivers/rtc/rtc-tps65910.c | |
parent | c9f5c7e7a84f1b7e274566851a1fb3531629343e (diff) |
drivers/rtc/rtc-tps65910.c: rename irq to match device
A cosmetic change to rename the irq name to match the device name.
Signed-off-by: Sivaram Nair <sivaramn@nvidia.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-tps65910.c')
-rw-r--r-- | drivers/rtc/rtc-tps65910.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c index 073108dcf9e7..687006f31727 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) | |||
261 | 261 | ||
262 | ret = devm_request_threaded_irq(&pdev->dev, irq, NULL, | 262 | ret = devm_request_threaded_irq(&pdev->dev, irq, NULL, |
263 | tps65910_rtc_interrupt, IRQF_TRIGGER_LOW, | 263 | tps65910_rtc_interrupt, IRQF_TRIGGER_LOW, |
264 | "rtc-tps65910", &pdev->dev); | 264 | dev_name(&pdev->dev), &pdev->dev); |
265 | if (ret < 0) { | 265 | if (ret < 0) { |
266 | dev_err(&pdev->dev, "IRQ is not free.\n"); | 266 | dev_err(&pdev->dev, "IRQ is not free.\n"); |
267 | return ret; | 267 | return ret; |