commit | 2d46f7af5ee32cee327b982f60fdf9da11e3efcc | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jun 14 15:47:20 2019 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Sep 06 15:31:19 2019 +0300 |
tree | 0399efd71bf65ce48b9db3d765f6f614c0b5fdb0 | |
parent | 5b79c323525ba8ece9b8b17ce89983a76add5a83 [diff] |
iwlwifi: stop passing bogus gfp flags arguments to dma_alloc_coherent dma_alloc_coherent is not just the page allocator. The only valid arguments to pass are either GFP_ATOMIC or GFP_ATOMIC with possible modifiers of __GFP_NORETRY or __GFP_NOWARN. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>