Skip to content

Commit

Permalink
[media] tda18271c2dd: fix support for DVB-C
Browse files Browse the repository at this point in the history
As reported by Hartmut <e9hack@googlemail.com>:

> A break is missing before the default statement. Delivery systems for DVB-C result always
> in an error.

Reported-by: Hartmut <e9hack@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Dec 30, 2011
1 parent f571e00 commit 1ca8dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/dvb/frontends/tda18271c2dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@ static int set_params(struct dvb_frontend *fe,
Standard = HF_DVBC_7MHZ;
else
Standard = HF_DVBC_8MHZ;
break;
default:
return -EINVAL;
}
Expand Down

0 comments on commit 1ca8dde

Please sign in to comment.