lkml.org 
[lkml]   [2010]   [Aug]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [rtc-linux] [PATCH 1/2] rtc: rtc-lpc32xx: Introduce RTC driver for the LPC32XX SoC
On Mon,  9 Aug 2010 09:17:29 -0700
wellsk40@gmail.com wrote:

> +
> + retval = request_irq(rtc->irq, lpc32xx_rtc_alarm_interrupt,
> + IRQF_DISABLED, "rtcalarm", rtc);
> + if (retval < 0) {
> + dev_err(&pdev->dev, "Can't request interrupt\n");
> + goto err_free_irq;
> + }

if the driver can work without the alarm irq you
can convert this to a non fatal warning.

having an rtc without alarms is much better than having none.

--

Best regards,

Alessandro Zummo,
Tower Technologies - Torino, Italy

http://www.towertech.it



\
 
 \ /
  Last update: 2010-08-10 15:39    [W:0.118 / U:0.208 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site