commit | ba0fc709e197415aadd46b9ec208dc4abaa21edd | [log] [tgz] |
---|---|---|
author | Vitaly Bordug <vitb@kernel.crashing.org> | Wed Jul 09 13:13:38 2008 +1000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jul 08 21:06:35 2008 -0700 |
tree | eaae67898525cc4b705304076fa86d0be5292bbf | |
parent | f1d407efbe59ff1a450f0ec7a486a768acaa2949 [diff] |
powerpc: Add missing reference to coherent_dma_mask There is dma_mask in of_device upon of_platform_device_create() but we don't actually set coherent_dma_mask. This may cause weird behavior of USB subsystem using of_device USB host drivers. Signed-off-by: Vitaly Bordug <vitb@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>