From: Daniel Vetter Date: Mon, 7 Apr 2014 21:25:20 +0000 (+0200) Subject: drm/mm: Don't WARN if drm_mm_reserve_node X-Git-Tag: omap-for-v3.16/pm-signed~75^2~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=004f388559a89ac17fa4c81fb8559a6599050a4e;p=pandora-kernel.git drm/mm: Don't WARN if drm_mm_reserve_node Jesse's BIOS fb reconstruction code actually relies on the -ENOSPC return value to detect overlapping framebuffers (which the bios uses always when lighting up more than one screen). All this fanciness happens in intel_alloc_plane_obj in intel_display.c. Since no one else uses this we can safely remove the WARN without repercussions. Reported-by: Ben Widawsky Tested-by: Ben Widawsky Cc: Jesse Barnes Cc: Dave Airlie Signed-off-by: Daniel Vetter Acked-by: Dave Airlie Signed-off-by: Jani Nikula --- Reading git-diff-tree failed