Re: [PATCH] iio: adc: npcm: fix unbalanced clk_disable_unprepare()

From: Andy Shevchenko

Date: Tue Apr 14 2026 - 04:54:40 EST


On Sat, Apr 11, 2026 at 01:35:17PM +0100, David Carlier wrote:

...

> ret = devm_request_irq(&pdev->dev, irq, npcm_adc_isr, 0,
> "NPCM_ADC", indio_dev);
> if (ret < 0) {

> dev_err(dev, "failed requesting interrupt\n");

Also consider killing this message as it dups what IRQ core prints already.

> - goto err_disable_clk;
> + return ret;
> }

--
With Best Regards,
Andy Shevchenko