forked from luck/tmp_suning_uos_patched
ACPICA: vsnprintf: this statement may fall through
[rjw:] Add an explicit switch () statement fall-through marker. Signed-off-by: Toomas Soome <tsoome@me.com> Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
c2fa79b8c5
commit
0e8f62ebf4
|
@ -470,6 +470,7 @@ int vsnprintf(char *string, acpi_size size, const char *format, va_list args)
|
|||
case 'X':
|
||||
|
||||
type |= ACPI_FORMAT_UPPER;
|
||||
/* FALLTHROUGH */
|
||||
|
||||
case 'x':
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user