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

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab 2011-07-21 19:35:04 -03:00
parent ab12f41f62
commit e716adacef

View file

@ -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)