mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-27 21:10:28 +09:00
dmam_alloc_coherent is just the default no-flags case of dmam_alloc_attrs, so take advantage of this similar to the non-managed version. Signed-off-by: Christoph Hellwig <hch@lst.de>