diff options
Diffstat (limited to 'drivers/usb/core/buffer.c')
| -rw-r--r-- | drivers/usb/core/buffer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/buffer.c b/drivers/usb/core/buffer.c index cadb2dc1d28..3ba2fff7149 100644 --- a/drivers/usb/core/buffer.c +++ b/drivers/usb/core/buffer.c @@ -119,7 +119,7 @@ void *hcd_buffer_alloc(  		if (size <= pool_max [i])  			return dma_pool_alloc(hcd->pool [i], mem_flags, dma);  	} -	return dma_alloc_coherent(hcd->self.controller, size, dma, 0); +	return dma_alloc_coherent(hcd->self.controller, size, dma, mem_flags);  }  void hcd_buffer_free(  |