From: Peter Senna Tschudin Date: Thu, 6 Sep 2012 15:09:12 +0000 (-0300) Subject: [media] drivers/media/dvb-frontends/sp8870.c: removes unnecessary semicolon X-Git-Tag: v3.7-rc2~24^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6224d46d0152a55cc45e5ce27d6768f626f74f8;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/sp8870.c b/drivers/media/dvb-frontends/sp8870.c index e37274c..2aa8ef7 100644 --- a/drivers/media/dvb-frontends/sp8870.c +++ b/drivers/media/dvb-frontends/sp8870.c @@ -188,7 +188,7 @@ static int configure_reg0xc05 (struct dtv_frontend_properties *p, u16 *reg0xc05) break; default: return -EINVAL; - }; + } switch (p->hierarchy) { case HIERARCHY_NONE: @@ -207,7 +207,7 @@ static int configure_reg0xc05 (struct dtv_frontend_properties *p, u16 *reg0xc05) break; default: return -EINVAL; - }; + } switch (p->code_rate_HP) { case FEC_1_2: @@ -229,7 +229,7 @@ static int configure_reg0xc05 (struct dtv_frontend_properties *p, u16 *reg0xc05) break; default: return -EINVAL; - }; + } if (known_parameters) *reg0xc05 |= (2 << 1); /* use specified parameters */