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

