OSDN Git Service

wimax/i2400m: workaround not-so-working %zd printf format
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Wed, 2 Sep 2009 22:41:23 +0000 (15:41 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Mon, 19 Oct 2009 06:55:51 +0000 (15:55 +0900)
commit59bdc4be0b819173a8f840fc11ccb82d6f2ca64b
treef984caa23124ddc13c2251afd31cb3f3aeb9d253
parent4c2b1a11646bf74e2926ce8b13a21884adc1e05c
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>
drivers/net/wimax/i2400m/usb-fw.c