mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
remove warning for unused code
This commit is contained in:
parent
04294ab5ef
commit
5d4259f6f6
@ -1461,9 +1461,9 @@ static void mod3_set_cfcw(struct ddb_mod *mod, u32 f)
|
||||
|
||||
static int mod3_set_frequency(struct ddb_mod *mod, u32 frequency)
|
||||
{
|
||||
#if 0
|
||||
struct ddb *dev = mod->port->dev;
|
||||
|
||||
#if 0
|
||||
if (frequency % 1000)
|
||||
return -EINVAL;
|
||||
if ((frequency < 114000000) || (frequency > 874000000))
|
||||
|
Loading…
Reference in New Issue
Block a user