Skip to content

Commit

Permalink
[media] drivers/media/dvb-frontends/stv0900_sw.c: Fix break placement
Browse files Browse the repository at this point in the history
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=81621

Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Andrey Utkin <andrey.krieger.utkin@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
  • Loading branch information
Andrey Utkin authored and Mauro Carvalho Chehab committed Sep 22, 2014
1 parent eb500df commit 6694ba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/dvb-frontends/stv0900_sw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 6694ba6

Please sign in to comment.