From: Alan Cox Date: Tue, 17 Jan 2006 23:39:25 +0000 (-0800) Subject: [PATCH] USB: libusual: fix warning on 64bit boxes X-Git-Tag: v2.6.16-rc2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d453b9e3007da2c6cd8b71883505c381f0e0004;p=pandora-kernel.git [PATCH] USB: libusual: fix warning on 64bit boxes We cast an int to a void * which not unreasonably makes gcc suspicious. We don't actually care what type "type" is so use unsigned long so it matches pointer length on all platforms. Signed-off-by: Alan Cox Acked-by: Pete Zaitcev Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed