From: Inaky Perez-Gonzalez Date: Wed, 2 Sep 2009 22:41:23 +0000 (-0700) Subject: wimax/i2400m: workaround not-so-working %zd printf format X-Git-Tag: v2.6.33-rc1~388^2~487^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59bdc4be0b819173a8f840fc11ccb82d6f2ca64b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed