Re: [PATCH V14 7/9] regulator: Add a regulator driver for the PM8008 PMIC

From: Stephen Boyd
Date: Fri Jun 10 2022 - 16:45:10 EST


Quoting Satya Priya Kakitapalli (Temp) (2022-06-08 22:20:27)
>
> If I place it here below error is seen
>
> error: ISO C90 forbids mixing declarations and code
> [-Werror,-Wdeclaration-after-statement]
>
> It could be placed at the beginning  of this function near the
> declarations though. I see that many of the drivers add it below the
> array itself.
>

Ah, use BUILD_BUG_ON() then.