commit | 536dc1eb6bc36db6a03e002b421a0b473404b397 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 01 15:55:02 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Oct 31 14:49:17 2013 +0000 |
tree | 3e9ef80dfd08982ad0ae829ab47fba89acd116fe | |
parent | 20d897e45c7d84c31c89d37839ab4453d000a004 [diff] |
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: Russell King <rmk+kernel@arm.linux.org.uk>