diff options
| author | Olav Kongas <ok@artecdesign.ee> | 2005-06-23 20:25:36 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-07-12 11:52:56 -0700 |
| commit | 5db539e49fc7471e23bf3c94ca304f008cb7b7f3 (patch) | |
| tree | 5b6bdd7f27efdd5fcd7efffa9a612afece17f533 /drivers/usb/core/message.c | |
| parent | [PATCH] USB: isp116x-hcd cleanup (diff) | |
| download | linux-5db539e49fc7471e23bf3c94ca304f008cb7b7f3.tar.gz linux-5db539e49fc7471e23bf3c94ca304f008cb7b7f3.zip | |
[PATCH] USB: Fix kmalloc's flags type in USB
Greg,
This patch fixes the kmalloc() flags argument type in USB
subsystem; hopefully all of its occurences. The patch was
made against patch-2.6.12-git2 from Jun 20.
Cleanup of flags for kmalloc() in USB subsystem.
Signed-off-by: Olav Kongas <ok@artecdesign.ee>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/core/message.c')
| -rw-r--r-- | drivers/usb/core/message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/message.c b/drivers/usb/core/message.c index f50aaf25c98e..a428ef479bd7 100644 --- a/drivers/usb/core/message.c +++ b/drivers/usb/core/message.c @@ -320,7 +320,7 @@ int usb_sg_init ( struct scatterlist *sg, int nents, size_t length, - int mem_flags + unsigned mem_flags ) { int i; |
