sim: Document fall through case in switchcase

This commit is contained in:
Denis Kenzior 2011-02-25 11:53:10 -06:00
parent 07c7308581
commit 05c378bae9
1 changed files with 2 additions and 0 deletions

View File

@ -2255,6 +2255,8 @@ checkdone:
case OFONO_SIM_PASSWORD_SIM_PUK2:
if (sim->state == OFONO_SIM_STATE_READY)
break;
/* Fall through */
case OFONO_SIM_PASSWORD_NONE:
sim_initialize_after_pin(sim);
break;