Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Arnd Bergmann and committed by
Kishon Vijay Abraham I
fe04e429 54f4d144

+1 -1
+1 -1
drivers/phy/phy-exynos5250-sata.c
··· 246 246 module_platform_driver(exynos_sata_phy_driver); 247 247 248 248 MODULE_DESCRIPTION("Samsung SerDes PHY driver"); 249 - MODULE_LICENSE("GPL V2"); 249 + MODULE_LICENSE("GPL v2"); 250 250 MODULE_AUTHOR("Girish K S <ks.giri@samsung.com>"); 251 251 MODULE_AUTHOR("Yuvaraj C D <yuvaraj.cd@samsung.com>");