diff options
| author | Arnd Bergmann <[email protected]> | 2014-03-15 10:37:12 +0100 |
|---|---|---|
| committer | Kishon Vijay Abraham I <[email protected]> | 2014-05-08 19:24:35 +0530 |
| commit | fe04e4297e6eab014a2cf152319b9f361df07faf (patch) | |
| tree | bc112afba955e5878ae138a11d308ac364f50ca2 | |
| parent | 54f4d144eb0ae33b2973d8bf92768af8539bc16f (diff) | |
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 <[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
| -rw-r--r-- | drivers/phy/phy-exynos5250-sata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-exynos5250-sata.c b/drivers/phy/phy-exynos5250-sata.c index c9361b731fa6..05689450f93b 100644 --- a/drivers/phy/phy-exynos5250-sata.c +++ b/drivers/phy/phy-exynos5250-sata.c @@ -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 <[email protected]>"); MODULE_AUTHOR("Yuvaraj C D <[email protected]>"); |