[PATCH] drm: Remove compiler BUG_ON() test

2014-11-04 Thread Daniel Vetter
On Mon, Nov 03, 2014 at 08:53:41PM -0500, Peter Hurley wrote: > modeset->num_connectors must be 0 to reach the BUG_ON() which tests > for non-zero modeset->num_connectors; remove BUG_ON(). > > Signed-off-by: Peter Hurley Also picked up into topic/core-stuff. I'll probably send the pull for that

[PATCH] drm: Remove compiler BUG_ON() test

2014-11-03 Thread Peter Hurley
modeset->num_connectors must be 0 to reach the BUG_ON() which tests for non-zero modeset->num_connectors; remove BUG_ON(). Signed-off-by: Peter Hurley --- drivers/gpu/drm/drm_fb_helper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/drm_fb_helper.c