]> git.karo-electronics.de Git - linux-beck.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Nov 2016 09:25:29 +0000 (10:25 +0100)
commitc95a9f83711bf53faeb4ed9bbb63a3f065613dfb
tree91721705a972661dd4ffcdb52f19b8406a69e0cc
parenta8bac371e7299626e3e6658023dc4db1254c1cdb
usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL

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>
drivers/usb/host/xhci-mem.c