diff options
-rw-r--r-- | drivers/media/common/siano/smscoreapi.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/common/siano/smscoreapi.c b/drivers/media/common/siano/smscoreapi.c index 92eea545ed4e..b5e40aa9651a 100644 --- a/drivers/media/common/siano/smscoreapi.c +++ b/drivers/media/common/siano/smscoreapi.c | |||
@@ -1605,6 +1605,15 @@ void smscore_onresponse(struct smscore_device_t *coredev, | |||
1605 | - sizeof(struct SmsMsgHdr_ST)); | 1605 | - sizeof(struct SmsMsgHdr_ST)); |
1606 | break; | 1606 | break; |
1607 | 1607 | ||
1608 | case MSG_SMS_DVBT_BDA_DATA: | ||
1609 | /* | ||
1610 | * It can be received here, if the frontend is | ||
1611 | * tuned into a valid channel and the proper firmware | ||
1612 | * is loaded. That happens when the module got removed | ||
1613 | * and re-inserted, without powering the device off | ||
1614 | */ | ||
1615 | break; | ||
1616 | |||
1608 | default: | 1617 | default: |
1609 | sms_debug("message %s(%d) not handled.", | 1618 | sms_debug("message %s(%d) not handled.", |
1610 | smscore_translate_msg(phdr->msgType), | 1619 | smscore_translate_msg(phdr->msgType), |