-
Inaky Perez-Gonzalez authored
The kernel's %zd modifier does not really work. Use %ld (has to cast ssize_t to long). Signed-off-by:
Inaky Perez-Gonzalez <inaky@linux.intel.com>
59bdc4be
The kernel's %zd modifier does not really work. Use %ld (has to cast
ssize_t to long).
Signed-off-by:
Inaky Perez-Gonzalez <inaky@linux.intel.com>