Skip to content

Commit

Permalink
drivers/rtc/rtc-tps65910.c: rename irq to match device
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sivaram Nair authored and Linus Torvalds committed Dec 18, 2012
1 parent c9f5c7e commit 32c4746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rtc/rtc-tps65910.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 32c4746

Please sign in to comment.