]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/bridge: ptn3460: Fix coccinelle warnings
authorkbuild test robot <fengguang.wu@intel.com>
Fri, 21 Aug 2015 11:05:39 +0000 (19:05 +0800)
committerThierry Reding <treding@nvidia.com>
Fri, 30 Oct 2015 17:40:36 +0000 (18:40 +0100)
The platform_no_drv_owner.cocci coccinelle script generates the
following warning:

drivers/gpu/drm/bridge/nxp-ptn3460.c:403:3-8: No need to set .owner here. The core will do it.

Remove .owner field if calls are used which set it automatically. Patch
generated by scripts/coccinelle/api/platform_no_drv_owner.cocci.

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found