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

Commit f70a7a91 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (4512): Ks0127: wire up i2c_add_driver() return value

parent d084aa70
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -832,8 +832,7 @@ static int ks0127_detach(struct i2c_client *client)
static int __devinit ks0127_init_module(void)
{
	init_reg_defaults();
	i2c_add_driver(&i2c_driver_ks0127);
	return 0;
	return i2c_add_driver(&i2c_driver_ks0127);
}

static void __devexit ks0127_cleanup_module(void)