git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e180a6b
)
kernel/module.c: fix an unused goto label
author
Américo Wang
<xiyou.wangcong@gmail.com>
Tue, 24 Mar 2009 16:07:19 +0000
(
00:07
+0800)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 31 Mar 2009 02:35:30 +0000
(13:05 +1030)
Impact: cleanup
Label 'free_init' is only used when defined(CONFIG_MODULE_UNLOAD) &&
defined(CONFIG_SMP), so move it inside to shut up gcc.
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found