Commit da588d48 authored by Yang Li's avatar Yang Li Committed by Jyri Sarha

drm/tilcdc: panel: fix platform_no_drv_owner.cocci warnings

./drivers/gpu/drm/tilcdc/tilcdc_panel.c:402:3-8: No need to set .owner
here. The core will do it.

Remove .owner field if calls are used which set it automatically
Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarJyri Sarha <jyri.sarha@iki.fi>
Link: https://patchwork.freedesktop.org/patch/msgid/1614762267-98454-1-git-send-email-yang.lee@linux.alibaba.com
parent 2818c208
...@@ -399,7 +399,6 @@ static struct platform_driver panel_driver = { ...@@ -399,7 +399,6 @@ static struct platform_driver panel_driver = {
.probe = panel_probe, .probe = panel_probe,
.remove = panel_remove, .remove = panel_remove,
.driver = { .driver = {
.owner = THIS_MODULE,
.name = "tilcdc-panel", .name = "tilcdc-panel",
.of_match_table = panel_of_match, .of_match_table = panel_of_match,
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment