From: Russell King Date: Mon, 1 Jul 2013 14:55:02 +0000 (+0100) Subject: DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks X-Git-Tag: v3.13-rc1~104^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=536dc1eb6bc36db6a03e002b421a0b473404b397;p=pandora-kernel.git 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 --- Reading git-diff-tree failed