]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitba0fc709e197415aadd46b9ec208dc4abaa21edd
treeeaae67898525cc4b705304076fa86d0be5292bbf
parentf1d407efbe59ff1a450f0ec7a486a768acaa2949
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>
arch/powerpc/kernel/of_platform.c