commit | 59bdc4be0b819173a8f840fc11ccb82d6f2ca64b | [log] [tgz] |
---|---|---|
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Wed Sep 02 15:41:23 2009 -0700 |
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | Mon Oct 19 15:55:51 2009 +0900 |
tree | f984caa23124ddc13c2251afd31cb3f3aeb9d253 | |
parent | 4c2b1a11646bf74e2926ce8b13a21884adc1e05c [diff] |
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: Inaky Perez-Gonzalez <inaky@linux.intel.com>