projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8665c18
)
phy: berlin: .owner field is setup by core
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 24 Jun 2015 08:40:53 +0000
(10:40 +0200)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Sat, 25 Jul 2015 10:15:48 +0000
(15:45 +0530)
There was big cleanup in past to remove this unneeded setting.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-berlin-usb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/phy/phy-berlin-usb.c
b/drivers/phy/phy-berlin-usb.c
index c6fc95b530835569b040f193f6cf051f7198f7b9..d7431f6ab97514de9b0bddc36aa965e66c3c13a0 100644
(file)
--- a/
drivers/phy/phy-berlin-usb.c
+++ b/
drivers/phy/phy-berlin-usb.c
@@
-207,7
+207,6
@@
static struct platform_driver phy_berlin_usb_driver = {
.probe = phy_berlin_usb_probe,
.driver = {
.name = "phy-berlin-usb",
- .owner = THIS_MODULE,
.of_match_table = phy_berlin_sata_of_match,
},
};