From: Daniel Vetter Date: Sat, 5 Apr 2014 08:19:55 +0000 (+0200) Subject: drm/via: Remove unecessary NULL check X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~60^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ffd65283bcf120f6bac0d5954c7ccdb845fcbd5;p=pandora-kernel.git drm/via: Remove unecessary NULL check The context_dtor callback is only called once we've successfully loaded the driver, which means dev->dev_private is set up. The check is hence pointless. Also dev->dev_private is deref already above, so compilers are free to elide it anyway. Reviewed-by: David Herrmann Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed