modem-helpers-mbim: handle MBIM_PIN_TYPE_UNKNOWN in switch

This commit is contained in:
Aleksander Morgado
2013-05-22 17:47:35 +02:00
parent 7ceca95323
commit d0a8911cf6

View File

@@ -24,6 +24,7 @@ MMModemLock
mm_modem_lock_from_mbim_pin_type (MbimPinType pin_type)
{
switch (pin_type) {
case MBIM_PIN_TYPE_UNKNOWN:
case MBIM_PIN_TYPE_CUSTOM:
break;
case MBIM_PIN_TYPE_PIN1: