sparc: use %s for unaligned panic
authorKees Cook <keescook@chromium.org>
Mon, 30 Jun 2014 20:37:59 +0000 (13:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2014 04:37:06 +0000 (21:37 -0700)
Since unaligned_panic() takes a literal string, make sure it can never
accidentally be used as a format string.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found