commit | ad53b26cd140fbea92d79a449c8ddb8d1a6f5f26 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Mar 16 10:53:58 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 26 23:02:49 2015 +0100 |
tree | b253524b000d7b737e9eb98d0b95d6e41a068b17 | |
parent | 4bb82458ec76edc6d2a91fd3b2d2daae44561443 [diff] |
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>