[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <163952788002.919625.12030438662288837731.b4-ty@ellerman.id.au>
Date: Wed, 15 Dec 2021 11:24:40 +1100
From: Michael Ellerman <patch-notifications@...erman.id.au>
To: arnd@...db.de, Anders Roxell <anders.roxell@...aro.org>
Cc: ndesaulniers@...gle.com, nathan@...nel.org,
Naresh Kamboju <naresh.kamboju@...aro.org>,
linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
llvm@...ts.linux.dev
Subject: Re: [PATCH] powerpc: platforms: cell: pervasive: fix clang -Wimplicit-fallthrough
On Tue, 7 Dec 2021 12:02:28 +0100, Anders Roxell wrote:
> Clang warns:
>
> arch/powerpc/platforms/cell/pervasive.c:81:2: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
> case SRR1_WAKEEE:
> ^
> arch/powerpc/platforms/cell/pervasive.c:81:2: note: insert 'break;' to avoid fall-through
> case SRR1_WAKEEE:
> ^
> break;
> 1 error generated.
>
> [...]
Applied to powerpc/next.
[1/1] powerpc: platforms: cell: pervasive: fix clang -Wimplicit-fallthrough
https://git.kernel.org/powerpc/c/e89257e28e844f5d1d39081bb901d9f1183a7705
cheers
Powered by blists - more mailing lists