mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 12:10:23 -04:00
[media] drxk: Fix error return code during drxk init
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user