commit | 5c8598fca1a359520623ed5409d23bb9e23d7da3 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 04 08:34:33 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 04 08:39:56 2011 +0100 |
tree | 16dd1ae0911bad1d22c213f9e59ef86f916c1c94 | |
parent | 0703ed2a6b260cd743adf49a8281eb064d728832 [diff] |
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 <rmk+kernel@arm.linux.org.uk>