commit | 55016f10e31bb15b85d8c500f979dfdceb37d548 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 21 03:21:58 2005 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Oct 28 08:16:49 2005 -0700 |
tree | 39bbbd7deb4a61e6c7d3ace28de8e069ffe407bc | |
parent | 970a9e73f9036ef89d46b8240f99463f6d244c1d [diff] [blame] |
[PATCH] gfp_t: drivers/usb Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 67c1aa5..f8da8c7 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c
@@ -180,7 +180,7 @@ struct usb_hcd *hcd, struct usb_host_endpoint *ep, struct urb *urb, - unsigned mem_flags + gfp_t mem_flags ) { struct ohci_hcd *ohci = hcd_to_ohci (hcd); struct ed *ed;