mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
remove unnused variable
This commit is contained in:
parent
91af1be97e
commit
41a9626be4
@ -644,7 +644,6 @@ static int mod_set_sdr_attenuator(struct ddb *dev, u32 value)
|
|||||||
static int mod_set_sdr_gain(struct ddb *dev, u32 gain)
|
static int mod_set_sdr_gain(struct ddb *dev, u32 gain)
|
||||||
{
|
{
|
||||||
u32 control = ddbreadl(dev, SDR_CONTROL);
|
u32 control = ddbreadl(dev, SDR_CONTROL);
|
||||||
struct ddb_link *link = &dev->link[0];
|
|
||||||
|
|
||||||
if (control & 0x01000000) {
|
if (control & 0x01000000) {
|
||||||
if (gain > 511)
|
if (gain > 511)
|
||||||
|
Loading…
Reference in New Issue
Block a user