On Tue, 12 Aug 2025, Nicola Vetrini wrote: > On 2025-08-12 17:46, Dmytro Prokopchuk1 wrote: > > The __div0() function never returns to its caller, causing a violation > > of MISRA C Rule 2.1: "A project shall not contain unreachable code". > > Add the `noreturn` attribute to fix this. > > > > I was convinced that this was already upstream, as I made a patch a while ago, > but evidently I forgot to send it. > > > Signed-off-by: Dmytro Prokopchuk <dmytro_prokopch...@epam.com> > > Reviewed-by: Nicola Vetrini <nicola.vetr...@bugseng.com>
Acked-by: Stefano Stabellini <sstabell...@kernel.org>