mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-14 16:16:16 +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>