From: Daniel Vetter Date: Wed, 14 Aug 2013 22:02:35 +0000 (+0200) Subject: drm/gem: remove bogus NULL check from drm_gem_object_handle_unreference_unlocked X-Git-Tag: v3.12-rc1~136^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bc505b86ae9d4ab45464e3e3c0ab8992d6a5aff;p=pandora-kernel.git drm/gem: remove bogus NULL check from drm_gem_object_handle_unreference_unlocked Calling this function with a NULL object is simply a bug, so papering over a NULL object not a good idea. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed