lkml.org 
[lkml]   [2014]   [Jul]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH V5] regulator: DA9211 : new regulator driver
On Fri, Jul 11, 2014 at 11:30:58AM +0900, James Ban wrote:

> + if (chip->chip_irq != 0) {
> + ret = devm_request_threaded_irq(chip->dev, chip->chip_irq, NULL,
> + da9211_irq_handler,
> + IRQF_TRIGGER_LOW|IRQF_ONESHOT,
> + "da9211", chip);
> + if (ret != 0) {
> + dev_err(chip->dev, "Failed to request IRQ: %d\n",
> + chip->chip_irq);
> + return ret;
> + }
> + dev_info(chip->dev, "# IRQ configured [%d]\n", chip->chip_irq);

As previously noted please remove this print, it's not adding anything.
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2014-07-11 16:41    [W:0.199 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site