Re: [PATCH v2] soundwire: bus: Make IRQ handling conditionally built

From: Charles Keepax
Date: Mon Oct 02 2023 - 04:53:16 EST


On Thu, Sep 21, 2023 at 11:37:53AM +0200, Vinod Koul wrote:
>
> On Wed, 20 Sep 2023 17:04:01 +0100, Charles Keepax wrote:
> > SoundWire has provisions for a simple callback for the IRQ handling so
> > has no hard dependency on IRQ_DOMAIN, but the recent addition of IRQ
> > handling was causing builds without IRQ_DOMAIN to fail. Resolve this by
> > moving the IRQ handling into its own file and only add it to the build
> > when IRQ_DOMAIN is included in the kernel.
> >
> >
> > [...]
>
> Applied, thanks!
>
> [1/1] soundwire: bus: Make IRQ handling conditionally built
> commit: 3b6c4a11bf2b810f772f5c2c1ef6eef3fc268246
>

Did something go wrong here? I still don't see a commit with
that SHA in your tree.

Thanks,
Charles