linux/drivers/staging/kpc2000
Fabio Estevam fa6a80ca5a staging: kpc2000: Use '%zu' for printing 'size_t' type
In order to print a 'size_t' type the '%zu' specifier needs to be used.

Change it accordingly in order to fix the following build warning:

drivers/staging/kpc2000/kpc_dma/fileops.c:57:35: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'size_t {aka unsigned int}' [-Wformat=]

Reported-by: Build bot for Mark Brown <broonie@kernel.org>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-06-06 15:03:35 +02:00
..
kpc2000 staging: kpc2000: Use '%llx' for printing 'long long int' type 2019-06-06 15:03:34 +02:00
kpc_dma staging: kpc2000: Use '%zu' for printing 'size_t' type 2019-06-06 15:03:35 +02:00
Kconfig Merge 5.2-rc3 into staging-next 2019-06-03 07:27:16 +02:00
kpc2000_i2c.c staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped I/O space 2019-05-30 14:04:26 -07:00
kpc2000_spi.c staging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O space 2019-06-03 14:17:01 +02:00
kpc.h
Makefile staging: kpc2000: move the i2c driver out of its subdirectory 2019-05-21 08:14:18 +02:00
TODO staging: kpc2000: use IDA to assign card numbers. 2019-05-22 14:44:21 +02:00