OSDN Git Service

staging: unisys: visorbus: modify format string to match argument
authorDavid Binder <david.binder@unisys.com>
Sat, 11 Jun 2016 01:48:03 +0000 (21:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Aug 2016 18:44:24 +0000 (20:44 +0200)
commit7f71e48cad66f178e3ad5ad135d9c68d9a2a4c6a
tree99be415d82b053f6b41b7de7b512f38bf6b8a556
parentcc9b8ed99e4b6e48ae9b28b295ce08fe18bc949c
staging: unisys: visorbus: modify format string to match argument

Modifies the format string of snprintf to expect an unsigned int
instead of a signed one, per the supplied argument.

Signed-off-by: David Binder <david.binder@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <Timothy.Sell@unisys.com>
Acked-By: Neil Horman <nhorman@tuxdriver.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorbus_main.c