]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/kallsyms.c: fix double return
authorWANG Cong <wangcong@zeuux.org>
Thu, 16 Oct 2008 05:01:57 +0000 (22:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:32 +0000 (11:21 -0700)
commit4c4a5eb7dcdff64999ecb48e767c41dd70985402
treec71113991adcf123413677ea2b12ce1c247804b0
parent57293b86bfd0adbe6cb6958b6f4767d88fb5efc0
kernel/kallsyms.c: fix double return

Commit 26c77fc93c2783c8efaa7a8ab64b7fb1b2ea0f6b ("module: make
module_address_lookup safe") introduced double returns in the function
kallsyms_lookup(), it's weird.  The second one should be removed.

Signed-off-by: WANG Cong <wangcong@zeuux.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/kallsyms.c