modem-helpers-mbim: handle MBIM_PIN_TYPE_UNKNOWN in switch
This commit is contained in:
@@ -24,6 +24,7 @@ MMModemLock
|
|||||||
mm_modem_lock_from_mbim_pin_type (MbimPinType pin_type)
|
mm_modem_lock_from_mbim_pin_type (MbimPinType pin_type)
|
||||||
{
|
{
|
||||||
switch (pin_type) {
|
switch (pin_type) {
|
||||||
|
case MBIM_PIN_TYPE_UNKNOWN:
|
||||||
case MBIM_PIN_TYPE_CUSTOM:
|
case MBIM_PIN_TYPE_CUSTOM:
|
||||||
break;
|
break;
|
||||||
case MBIM_PIN_TYPE_PIN1:
|
case MBIM_PIN_TYPE_PIN1:
|
||||||
|
Reference in New Issue
Block a user