Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=81621
Reported-by: David Binderman <dcb...@hotmail.com>
Signed-off-by: Andrey Utkin <andrey.krieger.ut...@gmail.com>
---
 drivers/media/dvb-frontends/stv0900_sw.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/media/dvb-frontends/stv0900_sw.c 
b/drivers/media/dvb-frontends/stv0900_sw.c
index 4ce1d26..a0a7b16 100644
--- a/drivers/media/dvb-frontends/stv0900_sw.c
+++ b/drivers/media/dvb-frontends/stv0900_sw.c
@@ -1733,9 +1733,10 @@ static void stv0900_set_search_standard(struct 
stv0900_internal *intp,
                break;
        case STV0900_SEARCH_DSS:
                dprintk("Search Standard = DSS\n");
-       case STV0900_SEARCH_DVBS2:
                break;
+       case STV0900_SEARCH_DVBS2:
                dprintk("Search Standard = DVBS2\n");
+               break;
        case STV0900_AUTO_SEARCH:
        default:
                dprintk("Search Standard = AUTO\n");
-- 
1.8.5.5

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to