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

Commit b20b51f0 authored by Niklas Söderlund's avatar Niklas Söderlund Committed by Mauro Carvalho Chehab
Browse files

[media] vim2m: return error if driver registration fails

parent faccb05c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1074,7 +1074,7 @@ static int __init vim2m_init(void)
	if (ret)
	if (ret)
		platform_device_unregister(&vim2m_pdev);
		platform_device_unregister(&vim2m_pdev);


	return 0;
	return ret;
}
}


module_init(vim2m_init);
module_init(vim2m_init);