summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/mt352.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/mt352.c')
-rw-r--r--drivers/media/dvb-frontends/mt352.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/mt352.c b/drivers/media/dvb-frontends/mt352.c
index e127090f2d22..d5fa96f0a6cd 100644
--- a/drivers/media/dvb-frontends/mt352.c
+++ b/drivers/media/dvb-frontends/mt352.c
@@ -211,6 +211,7 @@ static int mt352_set_parameters(struct dvb_frontend *fe)
if (op->hierarchy == HIERARCHY_AUTO ||
op->hierarchy == HIERARCHY_NONE)
break;
+ /* fall through */
default:
return -EINVAL;
}