remove test command

This commit is contained in:
none 2021-04-07 19:20:38 +02:00
parent 41a9626be4
commit 35c283bf2f
1 changed files with 0 additions and 2 deletions

View File

@ -658,8 +658,6 @@ static int mod_set_sdr_gain(struct ddb *dev, u32 gain)
return -EINVAL;
ddbwritel(dev, gain, SDR_GAIN_F);
}
if (link->mci_ok)
mci_cmd_val(link, 0xc0, gain);
return 0;
}