projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d3329
)
thermal: Drop owner assignment from platform_driver
author
Krzysztof Kozlowski
<k.kozlowski@samsung.com>
Fri, 10 Jul 2015 06:35:00 +0000
(15:35 +0900)
committer
Zhang Rui
<rui.zhang@intel.com>
Mon, 3 Aug 2015 15:10:23 +0000
(23:10 +0800)
platform_driver does not need to set an owner because
platform_driver_register() will set it.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/hisi_thermal.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/thermal/hisi_thermal.c
b/drivers/thermal/hisi_thermal.c
index d5dd357ba57c4c6af785b4f915d9fccba6a4fa21..b49f97c734d00ddccb50379d3131c232651e96e5 100644
(file)
--- a/
drivers/thermal/hisi_thermal.c
+++ b/
drivers/thermal/hisi_thermal.c
@@
-405,7
+405,6
@@
static SIMPLE_DEV_PM_OPS(hisi_thermal_pm_ops,
static struct platform_driver hisi_thermal_driver = {
.driver = {
.name = "hisi_thermal",
- .owner = THIS_MODULE,
.pm = &hisi_thermal_pm_ops,
.of_match_table = of_hisi_thermal_match,
},