Re: [PATCH v3 1/3] iommu: Sort out domain user data
From: Nicolin Chen
Date: Wed Mar 05 2025 - 12:48:57 EST
On Wed, Mar 05, 2025 at 03:45:21PM +0000, Robin Murphy wrote:
> > All errors (new ones prefixed by >>):
> >
> > > > drivers/iommu/iommu.c:2039:10: error: label at end of compound statement: expected statement
> > default:
> > ^
> > ;
> > 1 error generated.
>
> Oops, my bad... omitting an extra break here was a semi-conscious brainfart.
> Weird that my AArch64 GCC doesn't complain about this construct though, even
> with "-ansi -Wall" - I have to go all the way to -Wpedantic before it
> notices :/
Mine doesn't complain about this either.
I will add a break and respin.
Thanks
Nicolin