[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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
17f8bb7312
commit
5db539e49f
@@ -106,7 +106,7 @@ void hcd_buffer_destroy (struct usb_hcd *hcd)
|
||||
void *hcd_buffer_alloc (
|
||||
struct usb_bus *bus,
|
||||
size_t size,
|
||||
int mem_flags,
|
||||
unsigned mem_flags,
|
||||
dma_addr_t *dma
|
||||
)
|
||||
{
|
||||
|
Reference in New Issue
Block a user