u8500: Add missing fall through statement

This commit is contained in:
Marcel Holtmann 2017-07-11 10:46:13 -07:00
parent 9b7a6425bd
commit 88ef01ea97
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ static void set_power_by_mce_state(struct ofono_modem *modem,
case MCE_NORMAL:
if (isi->online_cbd)
report_online(isi, mce_state == MCE_NORMAL);
/* fall through */
default:
report_powered(modem, isi, TRUE);
}