staging: xillybus: fix format string usage
authorKees Cook <keescook@chromium.org>
Wed, 11 Sep 2013 04:38:04 +0000 (21:38 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Sep 2013 14:39:27 +0000 (07:39 -0700)
commite72b9da08319f6f4f86b0c93499cd522062c5e7b
treecb9ff2b9dd9e17746a12c0ab0c16749de62dc00b
parent82f5e5cea5da9c1488c4d6572dc85e352b1b5b29
staging: xillybus: fix format string usage

Makes sure format string cannot leak into device_create() call.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xillybus/xillybus_core.c