mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-14 16:53:43 +00:00
This driver doesn't need to directly access DMA masks if it uses the platform_device_register_full() API rather than platform_device_register_simple() - the former function can initialize the DMA mask appropriately. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>