commit | a35c6c8368d88deae6890205e73ed330b6df1db7 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed Apr 20 10:21:28 2011 -0400 |
committer | Eric Paris <eparis@redhat.com> | Mon Apr 25 10:18:27 2011 -0400 |
tree | f61c3da7460bb5ab39353404456d92e005e9000e | |
parent | 425b473de5372cad6fffc6b98a758ed8e3fc70ce [diff] |
SELinux: silence build warning when !CONFIG_BUG 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>