From: Jayachandran C Date: Fri, 6 Jan 2006 08:19:54 +0000 (-0800) Subject: [PATCH] kernel/module.c: removed dead code X-Git-Tag: v2.6.16-rc1~936^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe2e70bbed3995d930f39452fb6ce3be7dc47dc;p=pandora-kernel.git [PATCH] kernel/module.c: removed dead code This patch fixes an issue reported by Coverity in kernel/module.c Error reported: Cannot reach this line of code "else return ptr;" Patch description: This is the error path, so 'err' will be negative, the else case is not required, this patch removes it. Signed-off-by: Jayachandran C. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed