From: Figo.zhang Date: Sat, 6 Jun 2009 11:11:31 +0000 (+0800) Subject: Staging: comedi: no need for checking vfree call X-Git-Tag: v2.6.32-rc1~668^2~576 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b455073c885cf78cfea1704ce9587806ec8e3c30;p=pandora-kernel.git Staging: comedi: no need for checking vfree call vfree() does it's own NULL checking,so no need for check before calling it. 'pages' is local variable argment,so in v2, it is no need assignment to NULL. Signed-off-by: Figo.zhang Acked-by: Pekka Enberg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed