From: Adrian Bunk Date: Thu, 22 Mar 2007 08:11:16 +0000 (-0800) Subject: [PATCH] drivers/video/s3fb.c: fix a use-before-check X-Git-Tag: v2.6.21-rc5~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47ebea8351061f763089f6c3e2d2403715b510e1;p=pandora-kernel.git [PATCH] drivers/video/s3fb.c: fix a use-before-check NULL checks should be before the first dereference. Spotted by the Coverity checker. Signed-off-by: Adrian Bunk Acked-by: Ondrej Zajicek Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed