]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitf1811a8a641329d0dada7c4db7e29ce5ae32a10b
tree78e51615f162c124659948aa99877313f6832993
parentab0162b8fd338efad23b9d6fa6a0d2a0ff5e416f
drm/bridge: ptn3460: Fix coccinelle warnings

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>
drivers/gpu/drm/bridge/nxp-ptn3460.c