From: Haavard Skinnemoen Date: Fri, 9 Feb 2007 11:01:02 +0000 (+0100) Subject: [AVR32] ssize_t should be long, not int X-Git-Tag: v2.6.21-rc1~83^2~63^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3b0277d1c1d754eeb9a8f994339edbd914cacda;p=pandora-kernel.git [AVR32] ssize_t should be long, not int Since size_t is defined as unsigned long, ssize_t ought to be long and not int. It could have been the other way around, but gcc defines size_t as unsigned long, so this is correct. This fixes a couple of printk format warnings. Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed