summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/sp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/sp2.c')
-rw-r--r--drivers/media/dvb-frontends/sp2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/sp2.c b/drivers/media/dvb-frontends/sp2.c
index 43d47dfcc7b8..d3b4f8822096 100644
--- a/drivers/media/dvb-frontends/sp2.c
+++ b/drivers/media/dvb-frontends/sp2.c
@@ -384,7 +384,6 @@ static int sp2_probe(struct i2c_client *client,
s = kzalloc(sizeof(struct sp2), GFP_KERNEL);
if (!s) {
ret = -ENOMEM;
- dev_err(&client->dev, "kzalloc() failed\n");
goto err;
}