[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)
commitf5691d70d4aeec0ac9cff11f0cabb7d5a1735705
tree124e1d04ab52425be1417e71387ae7036e03152c
parenta9714c845c0681a203a9ae22aa5165ec72c51d33
[PATCH] USB: fix usb_find_interface for ppc64

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>
drivers/usb/core/usb.c