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/message.c b/drivers/usb/core/message.c index f1fb67f..f9a81e8 100644 --- a/drivers/usb/core/message.c +++ b/drivers/usb/core/message.c
@@ -321,7 +321,7 @@ struct scatterlist *sg, int nents, size_t length, - unsigned mem_flags + gfp_t mem_flags ) { int i;