commit | 2da5d31bc72d0a36dc16af7f5d5baa4f86df9c76 | [log] [tgz] |
---|---|---|
author | James Morris <jmorris@namei.org> | Tue Feb 16 17:29:06 2010 +1100 |
committer | James Morris <jmorris@namei.org> | Tue Feb 16 17:29:06 2010 +1100 |
tree | 9d5bd3cc7d9e5b1beecc954bb5337af8454d352d | |
parent | 97d6931ead3e89a764cdaa3ad0924037367f0d34 [diff] |
security: fix a couple of sparse warnings Fix a couple of sparse warnings for callers of context_struct_to_string, which takes a *u32, not an *int. These cases are harmless as the values are not used. Signed-off-by: James Morris <jmorris@namei.org> Acked-by: KaiGai Kohei <kaigai@ak.jp.nec.com>