[PATCH] drm: Remove warning from drm_connector_unregister_all()

2016-04-21 Thread Daniel Vetter
On Thu, Apr 21, 2016 at 01:21:14AM +0300, Laurent Pinchart wrote: > Commit 6c87e5c3ec6d ("drm: Rename drm_connector_unplug_all() to > drm_connector_unregister_all()") replaced a manual connectors list walk > in drm_connector_unregister_all() with drm_for_each_connector(). The > list was walked with

[PATCH] drm: Remove warning from drm_connector_unregister_all()

2016-04-21 Thread Laurent Pinchart
Commit 6c87e5c3ec6d ("drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()") replaced a manual connectors list walk in drm_connector_unregister_all() with drm_for_each_connector(). The list was walked without the mode config mutex locked as that ends up in a clash with sysfs, bu