From: Laura Abbott Date: Thu, 12 Dec 2013 19:28:32 +0000 (+0000) Subject: arm64: Warn on NULL device structure for dma APIs X-Git-Tag: v3.14-rc1~153^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c666e8d5cae745b1515898f8b7a033c468a899d0;p=pandora-kernel.git arm64: Warn on NULL device structure for dma APIs Although parts of the DMA apis may properly check for NULL devices, there may be some places that don't. Rather than fix up all the possible locations, just require a non-NULL device structure to be used for allocating/freeing. Cc: Will Deacon Cc: Marek Szyprowski Signed-off-by: Laura Abbott [catalin.marinas@arm.com: s/WARN/WARN_ONCE/] Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed