PHY: Exynos: fix SATA phy license typo
If the license string doesn't match exactly, the module refuses to load. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
parent
54f4d144eb
commit
fe04e4297e
|
@ -246,6 +246,6 @@ static struct platform_driver exynos_sata_phy_driver = {
|
|||
module_platform_driver(exynos_sata_phy_driver);
|
||||
|
||||
MODULE_DESCRIPTION("Samsung SerDes PHY driver");
|
||||
MODULE_LICENSE("GPL V2");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_AUTHOR("Girish K S <ks.giri@samsung.com>");
|
||||
MODULE_AUTHOR("Yuvaraj C D <yuvaraj.cd@samsung.com>");
|
||||
|
|
Loading…
Reference in New Issue