forked from Minki/linux
[media] drxk: Fix error return code during drxk init
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
ab12f41f62
commit
e716adacef
@ -6171,7 +6171,7 @@ error:
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user