ARM: dmabounce: simplify dma_set_mask()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 8 Jul 2011 13:02:21 +0000 (14:02 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 8 Jul 2011 13:02:21 +0000 (14:02 +0100)
Simplify the dmabounce specific code in dma_set_mask().  We can just
omit setting the dma mask if dmabounce is enabled (we will have already
set dma mask via callbacks when the device is created in that case.)

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found