From: Andy Shevchenko Date: Mon, 16 Mar 2015 08:53:58 +0000 (+0200) Subject: dmaengine: hsu: move memory allocation to GFP_NOWAIT X-Git-Tag: omap-for-v4.2/o2_dc~64^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad53b26cd140fbea92d79a449c8ddb8d1a6f5f26;p=pandora-kernel.git 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 Acked-by: Vinod Koul Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed