On 2023/12/22 18:26, Wolfram Sang wrote:
+ irq_flags = IRQF_SHARED;
+ i2c_dev->irq = platform_get_irq(pdev, 0);
+ if (i2c_dev->irq < 0)
+ return i2c_dev->irq;
Doesn't this belong to patch 11 where you introduce the new platform?
Sadly, I can't apply this patch anymore because patch 6 needs to be
dropped.
Could you rebase this series on top of my for-next branch once I pushed
it out later today? This will have the first cleanups already applied.
Thanks for your review, I will rebase this series on your last for-next
branch.