[PATCH 07/17] drm: Nuke connector_list locking assert

2016-12-29 Thread Daniel Vetter
I've forgotten to remove this when revamping the connector_list locking. Cc: seanpaul at chromium.org Signed-off-by: Daniel Vetter --- include/drm/drm_connector.h | 6 +- include/drm/drm_crtc.h | 14 -- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/include/

[PATCH 07/17] drm: Nuke connector_list locking assert

2016-12-29 Thread Sean Paul
On Thu, Dec 29, 2016 at 3:48 PM, Daniel Vetter wrote: > I've forgotten to remove this when revamping the > connector_list locking. > > Cc: seanpaul at chromium.org Reviewed-by: Sean Paul > Signed-off-by: Daniel Vetter > --- > include/drm/drm_connector.h | 6 +- > include/drm/drm_crtc.h