From: Dan Carpenter Date: Thu, 10 Nov 2016 19:33:17 +0000 (+0300) Subject: usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL X-Git-Tag: v3.2.87~188 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=b5bc5cbc7fb9a0b47038bd06cd4c197a4d4ecd56;hp=797624e18b96131d3c409d966dc07b52310a8f9b;ds=sidebyside 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 Signed-off-by: Dan Carpenter Acked-by: Sebastian Andrzej Siewior Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed