projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f4d14
)
PHY: Exynos: fix SATA phy license typo
author
Arnd Bergmann
<arnd@arndb.de>
Sat, 15 Mar 2014 09:37:12 +0000
(10:37 +0100)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Thu, 8 May 2014 13:54:35 +0000
(19:24 +0530)
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>
drivers/phy/phy-exynos5250-sata.c
patch
|
blob
|
history
diff --git
a/drivers/phy/phy-exynos5250-sata.c
b/drivers/phy/phy-exynos5250-sata.c
index c9361b731fa6c4745282038c8cbc2f3c8eee6b75..05689450f93b0297dd73b36d6d58a0cfd0771581 100644
(file)
--- 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
V
2");
+MODULE_LICENSE("GPL
v
2");
MODULE_AUTHOR("Girish K S <ks.giri@samsung.com>");
MODULE_AUTHOR("Yuvaraj C D <yuvaraj.cd@samsung.com>");