]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dmaengine: hsu: move memory allocation to GFP_NOWAIT
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 16 Mar 2015 08:53:58 +0000 (10:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 22:02:49 +0000 (23:02 +0100)
commitad53b26cd140fbea92d79a449c8ddb8d1a6f5f26
treeb253524b000d7b737e9eb98d0b95d6e41a068b17
parent4bb82458ec76edc6d2a91fd3b2d2daae44561443
dmaengine: hsu: move memory allocation to GFP_NOWAIT

The GFP_ATOMIC is too strict, and DMAEngine documentation make an advice to use
GFP_NOWAIT. This patch does the conversion.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/hsu/hsu.c