Revert "drm/exynos: Don't reset bridge->next"

This reverts commit 2c33a6141d.

It breaks the Android kernel api and was added only because of a tiny
drm driver bugfix for an issue that can not ever really be hit, so it is
safe to revert.

Bug: 161946584
Change-Id: I5af931c4a83aded53bba654a9966c2ffab010d46
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2023-03-22 08:08:49 +00:00
parent 7edc66298a
commit 48b8328041

View File

@@ -109,6 +109,7 @@ static int exynos_dp_bridge_attach(struct analogix_dp_plat_data *plat_data,
if (ret) {
DRM_DEV_ERROR(dp->dev,
"Failed to attach bridge to drm\n");
bridge->next = NULL;
return ret;
}
}