Message ID | 20170429055051.GA50706@lkp-sbx04 (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | Andy Gross |
Headers | show |
--- a/drivers/clk/qcom/gcc-ipq8074.c +++ b/drivers/clk/qcom/gcc-ipq8074.c @@ -1011,7 +1011,6 @@ static struct platform_driver gcc_ipq807 .probe = gcc_ipq8074_probe, .driver = { .name = "qcom,gcc-ipq8074", - .owner = THIS_MODULE, .of_match_table = gcc_ipq8074_match_table, }, };
drivers/clk/qcom/gcc-ipq8074.c:1014: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: Abhishek Sahu <absahu@codeaurora.org> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- gcc-ipq8074.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html