]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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>
Sun, 13 Oct 2013 17:49:46 +0000 (18:49 +0100)
commite4e914aca5756964b14aaceb8c6b507025f397a1
treeb2abd0e6ea90f44644358faaff7846ebc36fa9d8
parentf0a3e525b1a6d628dd8c549f5c5ea63df0c40366
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>
drivers/firmware/google/gsmi.c