usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 10 Nov 2016 19:33:17 +0000 (22:33 +0300)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 16 Mar 2017 02:18:25 +0000 (02:18 +0000)
commitb5bc5cbc7fb9a0b47038bd06cd4c197a4d4ecd56
tree681c3416dc03e455cdfb48e4e8f2fda6c87c8f16
parent797624e18b96131d3c409d966dc07b52310a8f9b
usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL

commit c95a9f83711bf53faeb4ed9bbb63a3f065613dfb upstream.

We normally use the passed in gfp flags for allocations, it's just these
two which were missed.

Fixes: 22d45f01a836 ("usb/xhci: replace pci_*_consistent() with dma_*_coherent()")
Cc: Mathias Nyman <mathias.nyman@intel.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/usb/host/xhci-mem.c