]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit28d913b46c8ec9e61545237843ae8bc74e18f576
tree99be415d82b053f6b41b7de7b512f38bf6b8a556
parent5b850d5204a2fa94a374314e395d955b159cb06d
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