security: fix a couple of sparse warnings
authorJames Morris <jmorris@namei.org>
Tue, 16 Feb 2010 06:29:06 +0000 (17:29 +1100)
committerJames Morris <jmorris@namei.org>
Tue, 16 Feb 2010 06:29:06 +0000 (17:29 +1100)
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>

No differences found