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/core/buffer.c b/drivers/usb/core/buffer.c index fc15b4a..57e800a 100644 --- a/drivers/usb/core/buffer.c +++ b/drivers/usb/core/buffer.c
@@ -106,7 +106,7 @@ void *hcd_buffer_alloc ( struct usb_bus *bus, size_t size, - unsigned mem_flags, + gfp_t mem_flags, dma_addr_t *dma ) {