Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1331475

Re: [PATCH] regulator: ltc3589: Make IRQ optional

From Bernhard Walle <bernhard@bwalle.de>
Newsgroups linux.kernel
Subject Re: [PATCH] regulator: ltc3589: Make IRQ optional
Date 2016-02-10 21:40 +0100
Message-ID <r0JIl-79h-1@gated-at.bofh.it> (permalink)
References <r0mVt-wW-31@gated-at.bofh.it> <r0zzk-sv-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

thanks for the review!

Am 10.02.2016 10:44, schrieb Philipp Zabel:
> 
>> +						IRQF_TRIGGER_LOW | IRQF_ONESHOT,
>> +						client->name, ltc3589);
>> +		if (ret) {
>> +			dev_err(dev, "Failed to request IRQ %d: %d\n", client->irq, ret);
> 
> ... and this long line.

This was actually a mistake because I added the IRQ number to debug my 
problem.

Will send an updated version of the patch just now.


Regards,
Bernhard

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] regulator: ltc3589: Make IRQ optional Bernhard Walle <bernhard@bwalle.de> - 2016-02-09 21:20 +0100
  Re: [PATCH] regulator: ltc3589: Make IRQ optional Philipp Zabel <p.zabel@pengutronix.de> - 2016-02-10 10:50 +0100
    Re: [PATCH] regulator: ltc3589: Make IRQ optional Bernhard Walle <bernhard@bwalle.de> - 2016-02-10 21:40 +0100

csiph-web