projects
/
GitHub
/
moto-9609
/
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:
991e45f
)
phy: miphy28lp: Add missing .owner field in miphy28lp_ops
author
Axel Lin
<axel.lin@ingics.com>
Wed, 25 Feb 2015 14:12:53 +0000
(22:12 +0800)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Wed, 4 Mar 2015 13:01:47 +0000
(18:31 +0530)
Add missing .owner field in miphy28lp_ops, which is used for refcounting.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-miphy28lp.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/phy/phy-miphy28lp.c
b/drivers/phy/phy-miphy28lp.c
index d44493230d0c9f1beab6c66e24e8e443a59b961d..4fe1755e3aa86534ee397b28034b554e49c6a2f1 100644
(file)
--- a/
drivers/phy/phy-miphy28lp.c
+++ b/
drivers/phy/phy-miphy28lp.c
@@
-1139,6
+1139,7
@@
static struct phy *miphy28lp_xlate(struct device *dev,
static struct phy_ops miphy28lp_ops = {
.init = miphy28lp_init,
+ .owner = THIS_MODULE,
};
static int miphy28lp_probe_resets(struct device_node *node,