From: Brian W Hart Date: Thu, 31 Jul 2014 19:24:37 +0000 (-0500) Subject: powerpc/powernv: Update dev->dma_mask in pci_set_dma_mask() path X-Git-Tag: omap-for-v3.17/fixes-against-rc2~134^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a32305bf90a2ae0e6a9a93370c7616565f75e15a;p=pandora-kernel.git powerpc/powernv: Update dev->dma_mask in pci_set_dma_mask() path powerpc defines various machine-specific routines for handling pci_set_dma_mask(). The routines for machine "PowerNV" may neglect to set dev->dma_mask. This could confuse anyone (e.g. drivers) that consult dev->dma_mask to find the current mask. Set the dma_mask in the PowerNV leaf routine. Signed-off-by: Brian W. Hart CC: Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed