From: Alan Cox Date: Tue, 17 Jan 2006 17:53:56 +0000 (+0000) Subject: [PATCH] Fix warning with b44.c on 64bit boxes X-Git-Tag: v2.6.16-rc2~366^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d4d77183f0af8b3b643544a5ae64ec6105d88b;p=pandora-kernel.git [PATCH] Fix warning with b44.c on 64bit boxes sizeof() return is not an int, so use max_t to get the types right. Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed