[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1804280916540.2700@hadrien>
Date: Sat, 28 Apr 2018 09:18:01 +0200 (CEST)
From: Julia Lawall <julia.lawall@...6.fr>
To: Sujeev Dias <sdias@...eaurora.org>
cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org, Tony Truong <truong@...eaurora.org>,
kbuild-all@...org
Subject: [PATCH] mhi_bus: controller: fix platform_no_drv_owner.cocci
warnings
From: Fengguang Wu <fengguang.wu@...el.com>
Remove .owner field if calls are used which set it automatically
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
Fixes: 6190c08efd64 ("mhi_bus: controller: MHI support for QCOM modems")
CC: Sujeev Dias <sdias@...eaurora.org>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
Signed-off-by: Julia Lawall <julia.lawall@...6.fr>
---
url:
https://github.com/0day-ci/linux/commits/Sujeev-Dias/mhi_bus-core-Add-support-for-MHI-host-interface/20180428-065959
:::::: branch date: 4 hours ago
:::::: commit date: 4 hours ago
mhi_qcom.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/bus/mhi/controllers/mhi_qcom.c
+++ b/drivers/bus/mhi/controllers/mhi_qcom.c
@@ -639,7 +639,6 @@ static struct platform_driver mhi_platfo
.probe = mhi_platform_probe,
.driver = {
.name = "mhi",
- .owner = THIS_MODULE,
.of_match_table = mhi_plat_match,
},
};
Powered by blists - more mailing lists