powerpc: Add missing reference to coherent_dma_mask
authorVitaly Bordug <vitb@kernel.crashing.org>
Wed, 9 Jul 2008 03:13:38 +0000 (13:13 +1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Jul 2008 04:06:35 +0000 (21:06 -0700)
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>

No differences found