From: Greg Dietsche Date: Mon, 9 May 2011 03:51:43 +0000 (-0500) Subject: usb: fix warning in usbtest module v2 X-Git-Tag: v3.0-rc1~337^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=304b0b572c66bcd89df13e856db16503609c1a24;p=pandora-kernel.git usb: fix warning in usbtest module v2 On amd64 unsigned is not as wide as pointer and this causes a compiler warning. Switching to unsigned long corrects the problem. Signed-off-by: Greg Dietsche Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed