wimax/i2400m: workaround not-so-working %zd printf format
The kernel's %zd modifier does not really work. Use %ld (has to cast
ssize_t to long).
Signed-off-by: NInaky Perez-Gonzalez <inaky@linux.intel.com>
Showing
想要评论请 注册 或 登录
The kernel's %zd modifier does not really work. Use %ld (has to cast
ssize_t to long).
Signed-off-by: NInaky Perez-Gonzalez <inaky@linux.intel.com>