Merge branch '3c59x-dma-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 13 Jan 2016 19:55:18 +0000 (14:55 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Jan 2016 19:55:18 +0000 (14:55 -0500)
commite752991a2e6a1dc33271a6299d5c1c8688f35f95
treeeb889a7f8fe0385f6ba73029cf888ebd2c8bb273
parent3b780bed3138c2a8061c218df7e321beec9a6ec9
parent6e144419e4da11a9a4977c8d899d7247d94ca338
Merge branch '3c59x-dma-fixes'

Neil Horman says:

====================
3c59x: Fix dma map/unmap imbalances

recent enhancements to libdma revealed a few minor bugs in 3c59x, in
which dma ranges were mapped as singles and unmaped as pages, or vice versa.
These patches fix those up.  Tested by myself with success
====================

Signed-off-by: David S. Miller <davem@davemloft.net>