drivers/dma/qcom_hidma_mgmt.c:852:3-8: No need to set .owner here. The core 
will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: Sinan Kaya <ok...@codeaurora.org>
Signed-off-by: Fengguang Wu <fengguang...@intel.com>
---

 qcom_hidma_mgmt.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/dma/qcom_hidma_mgmt.c
+++ b/drivers/dma/qcom_hidma_mgmt.c
@@ -849,7 +849,6 @@ static struct platform_driver qcom_hidma
        .remove = qcom_hidma_mgmt_remove,
        .driver = {
                .name = MODULE_NAME,
-               .owner = THIS_MODULE,
                .of_match_table = of_match_ptr(qcom_hidma_mgmt_match),
                .acpi_match_table = ACPI_PTR(qcom_hidma_mgmt_acpi_ids),
        },
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to