Marek Szyprowski 10c8562f93 ARM: dma-mapping: fix GFP_ATOMIC macro usage
GFP_ATOMIC is not a single gfp flag, but a macro which expands to the other
flags and LACK of __GFP_WAIT flag. To check if caller wanted to perform an
atomic allocation, the code must test __GFP_WAIT flag presence. This patch
fixes the issue introduced in v3.6-rc5

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
CC: stable@vger.kernel.org
2014-02-11 09:40:05 +01:00
..
2013-04-17 21:38:10 +02:00
2011-12-08 10:30:40 +00:00
2013-11-30 14:45:31 +00:00
2013-12-11 09:53:22 +00:00
2013-11-14 10:59:50 +00:00
2013-12-29 12:36:20 +00:00