From 98b76231d7ef49c71c7fea354f00c619ab2c1be4 Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Wed, 24 Apr 2013 19:04:57 +0300 Subject: [PATCH] drm/prime: warn for non-empty handle lookup list during drm file release drm_gem_release should release all handles connected to the drm file and so should also release the prime lookup entries of these handles. So just WARN if this isn't the case. Signed-off-by: Imre Deak Reviewed-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-format-patch failed