Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] drivers/media/dvb-frontends/sp8870.c: removes unnecessary semicolon

removes unnecessary semicolon
Found by Coccinelle: http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Peter Senna Tschudin and committed by
Mauro Carvalho Chehab
a6224d46 1c4bbfd1

+3 -3
+3 -3
drivers/media/dvb-frontends/sp8870.c
··· 188 188 break; 189 189 default: 190 190 return -EINVAL; 191 - }; 191 + } 192 192 193 193 switch (p->hierarchy) { 194 194 case HIERARCHY_NONE: ··· 207 207 break; 208 208 default: 209 209 return -EINVAL; 210 - }; 210 + } 211 211 212 212 switch (p->code_rate_HP) { 213 213 case FEC_1_2: ··· 229 229 break; 230 230 default: 231 231 return -EINVAL; 232 - }; 232 + } 233 233 234 234 if (known_parameters) 235 235 *reg0xc05 |= (2 << 1); /* use specified parameters */