commit | 8f96c95680bfe66ff00c91859d4c73edf539b854 | [log] [tgz] |
---|---|---|
author | KAMBAROV, ZAUR <kambarov@berkeley.edu> | Thu Jul 07 17:57:05 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 07 18:23:47 2005 -0700 |
tree | 306857acc1009e7d354aea71aa02a0ea5d40fefd | |
parent | 5bbcfd9000887c0da7d57cc7b3ac869fc0dd5aa9 [diff] |
[PATCH] coverity: fix fbsysfs null pointer check Correctly test for a null pointer before going and dereferencing it. This defect was found automatically by Coverity Prevent, a static analysis tool. Signed-off-by: Zaur Kambarov <zkambarov@coverity.com> Cc: <linux-fbdev-devel@lists.sourceforge.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>