From: Russell King Date: Mon, 4 Jul 2011 07:34:33 +0000 (+0100) Subject: ARM: dmabounce: no need to check dev->bus type in needs_bounce function X-Git-Tag: v3.1-rc1~258^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c8598fca1a359520623ed5409d23bb9e23d7da3;p=pandora-kernel.git ARM: dmabounce: no need to check dev->bus type in needs_bounce function As the needs_bounce function is passed at DMA bounce register time, we already know what the device bus type is, so we don't need to check it each time the needs_bounce function is called. Signed-off-by: Russell King --- Reading git-diff-tree failed