[PATCH 03/24] drm/bridge/analogix: core: specify the .owner of the bridge
Peter Rosin
peda at axentia.se
Thu Apr 26 22:31:18 UTC 2018
This will become mandatory.
Signed-off-by: Peter Rosin <peda at axentia.se>
---
drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c b/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c
index 5c52307146c7..5a9dbbd7897a 100644
--- a/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c
+++ b/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c
@@ -1308,6 +1308,7 @@ static int analogix_dp_create_bridge(struct drm_device *drm_dev,
dp->bridge = bridge;
+ bridge->owner = dp->dev;
bridge->driver_private = dp;
bridge->funcs = &analogix_dp_bridge_funcs;
--
2.11.0
More information about the dri-devel
mailing list