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:
425b473
)
SELinux: silence build warning when !CONFIG_BUG
author
Eric Paris
<eparis@redhat.com>
Wed, 20 Apr 2011 14:21:28 +0000
(10:21 -0400)
committer
Eric Paris
<eparis@redhat.com>
Mon, 25 Apr 2011 14:18:27 +0000
(10:18 -0400)
If one builds a kernel without CONFIG_BUG there are a number of 'may be
used uninitialized' warnings. Silence these by returning after the BUG().
Signed-off-by: Eric Paris <eparis@redhat.com>
Reviewed-by: James Morris <jmorris@namei.org>
No differences found