diff options
-rw-r--r-- | drivers/media/dvb/frontends/dib7000p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/dib7000p.c b/drivers/media/dvb/frontends/dib7000p.c index 113fc1394d5d..2e28b973dfd3 100644 --- a/drivers/media/dvb/frontends/dib7000p.c +++ b/drivers/media/dvb/frontends/dib7000p.c | |||
@@ -1330,7 +1330,7 @@ int dib7000p_i2c_enumeration(struct i2c_adapter *i2c, int no_of_demods, u8 defau | |||
1330 | 1330 | ||
1331 | dpst = kzalloc(sizeof(struct dib7000p_state), GFP_KERNEL); | 1331 | dpst = kzalloc(sizeof(struct dib7000p_state), GFP_KERNEL); |
1332 | if (!dpst) | 1332 | if (!dpst) |
1333 | return -ENODEV; | 1333 | return -ENOMEM; |
1334 | 1334 | ||
1335 | dpst->i2c_adap = i2c; | 1335 | dpst->i2c_adap = i2c; |
1336 | 1336 | ||