summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-03-20 23:18:25 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-03-20 23:18:25 -0700
commit9f259c5e8d5f20d149ec45f67b4d34cd0cafb53d (patch)
tree271dce99f42d484c0497e8ee93b0f3b1177095b7
parentbb9c0e0ec85aa211716bff72ae378e0c87dae4a2 (diff)
parent4219e54c49fb73a556014095b6caac5555f4087f (diff)
Merge "soc: qcom: subsystem_notif_virt: Fix owner for the driver"
-rw-r--r--drivers/soc/qcom/subsystem_notif_virt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/subsystem_notif_virt.c b/drivers/soc/qcom/subsystem_notif_virt.c
index 739600f2498d..cf794f249d3d 100644
--- a/drivers/soc/qcom/subsystem_notif_virt.c
+++ b/drivers/soc/qcom/subsystem_notif_virt.c
@@ -142,7 +142,7 @@ static struct platform_driver subsys_notif_virt_driver = {
.remove = subsys_notif_virt_remove,
.driver = {
.name = "subsys_notif_virt",
- .owner = "THIS_MODULE",
+ .owner = THIS_MODULE,
.of_match_table = match_table,
},
};