Commit e716adac authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] drxk: Fix error return code during drxk init

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ab12f41f
...@@ -6171,7 +6171,7 @@ static int init_drxk(struct drxk_state *state) ...@@ -6171,7 +6171,7 @@ static int init_drxk(struct drxk_state *state)
if (status < 0) if (status < 0)
printk(KERN_ERR "drxk: Error %d on %s\n", status, __func__); printk(KERN_ERR "drxk: Error %d on %s\n", status, __func__);
return 0; return status;
} }
static void drxk_c_release(struct dvb_frontend *fe) static void drxk_c_release(struct dvb_frontend *fe)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment