[PATCH] iio: adc: npcm: fix unbalanced clk_disable_unprepare()
Andy Shevchenko
andriy.shevchenko at intel.com
Tue Apr 14 18:51:26 AEST 2026
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
More information about the openbmc
mailing list