Merge branch 'devel-stable' into for-next

This commit is contained in:
Russell King
2014-04-04 00:33:49 +01:00
1043 changed files with 15905 additions and 8988 deletions

View File

@@ -1355,7 +1355,7 @@ static void *arm_iommu_alloc_attrs(struct device *dev, size_t size,
*handle = DMA_ERROR_CODE;
size = PAGE_ALIGN(size);
if (gfp & GFP_ATOMIC)
if (!(gfp & __GFP_WAIT))
return __iommu_alloc_atomic(dev, size, handle);
/*