Commit 1b848736 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Revert "staging: usbip: bugfix for stack corruption on 64-bit architectures"

This reverts commit 08224262 as it's
just not right.
Reported-by: default avatarBen Hutchings <ben@decadent.org.uk>
Cc: stable <stable@vger.kernel.org>
Cc: Bart Westgeest <bart@elbrys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 08224262
...@@ -205,7 +205,7 @@ static int vhci_hub_status(struct usb_hcd *hcd, char *buf) ...@@ -205,7 +205,7 @@ static int vhci_hub_status(struct usb_hcd *hcd, char *buf)
int retval = 0; int retval = 0;
/* the enough buffer is allocated according to USB_MAXCHILDREN */ /* the enough buffer is allocated according to USB_MAXCHILDREN */
u32 *event_bits = (unsigned long *) buf; unsigned long *event_bits = (unsigned long *) buf;
int rhport; int rhport;
int changed = 0; int changed = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment