DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 1 Jul 2013 14:55:02 +0000 (15:55 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 31 Oct 2013 14:49:17 +0000 (14:49 +0000)
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>

No differences found