提交 e716adac 编写于 作者: M Mauro Carvalho Chehab

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

Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 ab12f41f
......@@ -6171,7 +6171,7 @@ static int init_drxk(struct drxk_state *state)
if (status < 0)
printk(KERN_ERR "drxk: Error %d on %s\n", status, __func__);
return 0;
return status;
}
static void drxk_c_release(struct dvb_frontend *fe)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册