From: Daniel Vetter Date: Sat, 5 Apr 2014 08:44:51 +0000 (+0200) Subject: drm/bochs: Remove unecessary NULL check in gem_free X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~60^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0c6a73fb191daad6d4ea808a89c6e22ac1b2733;p=pandora-kernel.git drm/bochs: Remove unecessary NULL check in gem_free The ->gem_free_object never gets called with a NULL pointer, the check is redundant. Also checking after the upcast allows compilers to elide it anyway. Noticed while chasing coverity reports, somehow this one here was not flagged. Reviewed-by: David Herrmann Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed