From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752149Ab2KTG6m (ORCPT ); Tue, 20 Nov 2012 01:58:42 -0500 Received: from hqemgate03.nvidia.com ([216.228.121.140]:5465 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751886Ab2KTG6l (ORCPT ); Tue, 20 Nov 2012 01:58:41 -0500 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 19 Nov 2012 22:58:40 -0800 From: Sivaram Nair To: CC: , , Sivaram Nair Subject: [PATCH RESEND 1/1] rtc: tps65910: renaming irq to match device Date: Tue, 20 Nov 2012 08:56:42 +0200 Message-ID: <1353394602-32752-1-git-send-email-sivaramn@nvidia.com> X-Mailer: git-send-email 1.7.9.5 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a cosmetic change to rename the irq name to match the device name. Signed-off-by: Sivaram Nair --- 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