goldfish: pipe: fix platform_no_drv_owner.cocci warnings
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: Lizhe Liu <lizhe.liu@intel.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
This commit is contained in:
parent
78674acc3d
commit
d39445d100
1 changed files with 0 additions and 1 deletions
|
@ -666,7 +666,6 @@ static struct platform_driver goldfish_pipe = {
|
|||
.remove = goldfish_pipe_remove,
|
||||
.driver = {
|
||||
.name = "goldfish_pipe",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = goldfish_pipe_of_match,
|
||||
.acpi_match_table = ACPI_PTR(goldfish_pipe_acpi_match),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue