From: Daniel Vetter Date: Wed, 14 Aug 2013 22:02:36 +0000 (+0200) Subject: drm/gem: WARN about unbalanced handle refcounts X-Git-Tag: v3.12-rc1~136^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1216f732379151cd581444e385a8266d0b54549d;p=pandora-kernel.git drm/gem: WARN about unbalanced handle refcounts Trying to drop a reference we don't have is a pretty serious bug. Trying to paper over it is an even worse offense. So scream into dmesg with a big WARN in case that ever happens. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed