drm/dp-mst: Remove debug WARN_ON
Apparently been in there since forever and fairly easy to hit when hotplugging really fast. I can do that since my mst hub has a manual button to flick the hpd line for reprobing. The resulting WARNING spam isn't pretty. Cc: Dave Airlie <airlied@gmail.com> Cc: stable@vger.kernel.org Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
parent
459485ad35
commit
42639ba554
|
@ -1294,7 +1294,6 @@ static int drm_dp_send_sideband_msg(struct drm_dp_mst_topology_mgr *mgr,
|
|||
goto retry;
|
||||
}
|
||||
DRM_DEBUG_KMS("failed to dpcd write %d %d\n", tosend, ret);
|
||||
WARN(1, "fail\n");
|
||||
|
||||
return -EIO;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue