]> git.baikalelectronics.ru Git - kernel.git/commit
vop: Use %z for size_t
authorVincent Whitchurch <vincent.whitchurch@axis.com>
Wed, 16 Jan 2019 16:32:46 +0000 (17:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2019 10:42:14 +0000 (11:42 +0100)
commitf23ef63526daa3729e6add49918373f2725f1d1b
treea628117cd9a1f85d388ed0aaf9933f39c38ea899
parent9653fcc02a34756096ef1a6e24d09ffc267af6cd
vop: Use %z for size_t

Fixes these kind of errors on 32-bit:

 drivers/misc/mic/vop/vop_vringh.c:590:3:
 error: format '%lx' expects argument of type 'long unsigned int',
 but argument 7 has type 'size_t {aka unsigned int}' [-Werror=format=]

Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mic/vop/vop_vringh.c