Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6224d46 authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by Mauro Carvalho Chehab
Browse files

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

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



Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 1c4bbfd1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 */