mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 23:46:53 +07:00
[media] si2168: remove duplicate command
Same command was executed twice, but different value. Remove redundant command. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
e6b4380f3e
commit
93f726396d
@ -334,7 +334,7 @@ static int si2168_set_frontend(struct dvb_frontend *fe)
|
|||||||
if (ret)
|
if (ret)
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
memcpy(cmd.args, "\x14\x00\x01\x10\x00\x00", 6);
|
memcpy(cmd.args, "\x14\x00\x01\x10\x16\x00", 6);
|
||||||
cmd.wlen = 6;
|
cmd.wlen = 6;
|
||||||
cmd.rlen = 1;
|
cmd.rlen = 1;
|
||||||
ret = si2168_cmd_execute(s, &cmd);
|
ret = si2168_cmd_execute(s, &cmd);
|
||||||
@ -404,13 +404,6 @@ static int si2168_set_frontend(struct dvb_frontend *fe)
|
|||||||
if (ret)
|
if (ret)
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
memcpy(cmd.args, "\x14\x00\x01\x10\x16\x00", 6);
|
|
||||||
cmd.wlen = 6;
|
|
||||||
cmd.rlen = 1;
|
|
||||||
ret = si2168_cmd_execute(s, &cmd);
|
|
||||||
if (ret)
|
|
||||||
goto err;
|
|
||||||
|
|
||||||
memcpy(cmd.args, "\x14\x00\x01\x12\x00\x00", 6);
|
memcpy(cmd.args, "\x14\x00\x01\x12\x00\x00", 6);
|
||||||
cmd.wlen = 6;
|
cmd.wlen = 6;
|
||||||
cmd.rlen = 1;
|
cmd.rlen = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user