[PATCH] USB: fix usb_find_interface for ppc64
authorPete Zaitcev <zaitcev@redhat.com>
Thu, 22 Dec 2005 01:24:54 +0000 (17:24 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2006 21:51:44 +0000 (13:51 -0800)
Fix usb_find_interface. You cannot case pointers to int and long on
a big-endian 64-bitter without consequences.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found