Commit 365a6681 authored by Carlos Llamas's avatar Carlos Llamas
Browse files

mali_kbase: fix implicit fall-through errors



Fixes several -Wimplicit-fallthrough errors similar to:

  gpu/mali_kbase/mali_kbase_pm.c:80:3:
  error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
                case KBASE_PM_SUSPEND_HANDLER_DONT_INCREASE:
                ^
  gpu/mali_kbase/mali_kbase_pm.c:80:3:
  note: insert '__attribute__((fallthrough));' to silence this warning
                case KBASE_PM_SUSPEND_HANDLER_DONT_INCREASE:
                ^
                __attribute__((fallthrough));
  gpu/mali_kbase/mali_kbase_pm.c:80:3:
  note: insert 'break;' to avoid fall-through
                case KBASE_PM_SUSPEND_HANDLER_DONT_INCREASE:
                ^
                break;

Bug: 215617713
Signed-off-by: default avatarCarlos Llamas <cmllamas@google.com>
Change-Id: I3a02e020583ce47d0812433cc939c1b066ae7e3a
parent 0df0ac65
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment