Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent ab12f41f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)