Commit 0e8f62eb authored by Toomas Soome's avatar Toomas Soome Committed by Rafael J. Wysocki

ACPICA: vsnprintf: this statement may fall through

[rjw:] Add an explicit switch () statement fall-through marker.
Signed-off-by: default avatarToomas Soome <tsoome@me.com>
Signed-off-by: default avatarErik Schmauss <erik.schmauss@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent c2fa79b8
......@@ -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':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment