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

From: Bernhard Walle
Date: Wed Feb 10 2016 - 15:37:05 EST


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