use DMA_BIT_MASK instead of inline constant
authorMarin Mitov <[email protected]>
Mon, 7 Dec 2009 02:30:44 +0000 (18:30 -0800)
committerLinus Torvalds <[email protected]>
Thu, 10 Dec 2009 02:59:52 +0000 (18:59 -0800)
commit038f7d0027d208df8fd59f5ff2bcf5c2d2fbba3f
tree4b2be7b64069f50ca6e0535fdfc421bf661109d5
parent472c06441a62e02c2ea5ea73d3d7fc51e146636a
use DMA_BIT_MASK instead of inline constant

Use DMA_BIT_MASK(24) instead of 0x00ffffff in DMA-mapping.txt

Signed-off-by: Marin Mitov <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/DMA-mapping.txt