git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2508aae
)
phy: Drop owner assignment from i2c_driver
author
Krzysztof Kozlowski
<k.kozlowski@samsung.com>
Fri, 10 Jul 2015 05:38:10 +0000
(14:38 +0900)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Sat, 25 Jul 2015 10:15:48 +0000
(15:45 +0530)
i2c_driver does not need to set an owner because i2c_register_driver()
will set it.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-armada375-usb2.c
patch
|
blob
|
history
diff --git
a/drivers/phy/phy-armada375-usb2.c
b/drivers/phy/phy-armada375-usb2.c
index
8ccc395
..
39c7d21
100644
(file)
--- a/
drivers/phy/phy-armada375-usb2.c
+++ b/
drivers/phy/phy-armada375-usb2.c
@@
-149,7
+149,6
@@
static struct platform_driver armada375_usb_phy_driver = {
.driver = {
.of_match_table = of_usb_cluster_table,
.name = "armada-375-usb-cluster",
- .owner = THIS_MODULE,
}
};
module_platform_driver(armada375_usb_phy_driver);