On Sat, Sep 8, 2018 at 6:59 AM Igor Stoppa <[email protected]> wrote:
>
> If BUG_ON() is used instead of BUG(), it means that probably the
> preferred outcome is to not BUG(), therefore the condition tested should
> be unlikely().
>
> However, when CONFIG_PROFILE_ANNOTATED_BRANCHES is enabled, the hint is
> disabled, to avoid generating false-positive warnings caused by
> -Wmaybe-uninitialized.
>
> Signed-off-by: Igor Stoppa <[email protected]>
> Cc: Arnd Bergmann <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> ---

Acked-by: Arnd Bergmann <[email protected]>

I assume this will be included in a longer patch series rather than
going through
my asm-generic tree, right?

     Arnd

Reply via email to