Skip to content
Commit 536dc1eb authored by Russell King's avatar Russell King
Browse files

DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks



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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 20d897e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment