[media] drivers/media/dvb-frontends/tda10071.c: removes unnecessary semicolon
removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Acked-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
3ea0a1d1eb
commit
8f5c997f18
@ -257,7 +257,7 @@ static int tda10071_set_voltage(struct dvb_frontend *fe,
|
||||
__func__);
|
||||
ret = -EINVAL;
|
||||
goto error;
|
||||
};
|
||||
}
|
||||
|
||||
cmd.args[0] = CMD_LNB_SET_DC_LEVEL;
|
||||
cmd.args[1] = 0;
|
||||
@ -369,7 +369,7 @@ static int tda10071_diseqc_recv_slave_reply(struct dvb_frontend *fe,
|
||||
if (ret)
|
||||
goto error;
|
||||
|
||||
reply->msg_len = tmp & 0x1f; /* [4:0] */;
|
||||
reply->msg_len = tmp & 0x1f; /* [4:0] */
|
||||
if (reply->msg_len > sizeof(reply->msg))
|
||||
reply->msg_len = sizeof(reply->msg); /* truncate API max */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user