From: Ben Skeggs Date: Tue, 12 Aug 2014 12:56:09 +0000 (+1000) Subject: drm/nouveau/nvif: return null pointers on failure, in addition to ret != 0 X-Git-Tag: omap-for-v3.17/fixes-against-rc2~54^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef07ceae02271ac6eadc9f5cd652bb7162455a1b;p=pandora-kernel.git drm/nouveau/nvif: return null pointers on failure, in addition to ret != 0 Reported by Coverity. The intention is that the return value is checked, but let's be more paranoid and make it extremely obvious if something forgets to. Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed