]> 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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 24 Jul 2008 16:14:10 +0000 (09:14 -0700)
commit0a96934becd9759b4dbf247226557c22abd12824
tree5e92bc96e2a593601f0fce0a3caf41067beef3c6
parentc2bd04d8040a91fe2ee2e9fee1a6562ca9792249
powerpc: Add missing reference to coherent_dma_mask

commit ba0fc709e197415aadd46b9ec208dc4abaa21edd upstream

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/kernel/of_platform.c