summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
0 files changed, 0 insertions, 0 deletions
authorGavin Shan <gwshan@linux.vnet.ibm.com>2016-08-02 14:10:35 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2016-10-04 16:30:28 +1100
commit0e7736c6b806b24c693367196a076c78328ed742 (patch)
tree8e85c0b8ee9cb657a664698cdee11f470474776f /arch
parent5adaf8629b193f185ca5a1665b9e777a0579f518 (diff)
powerpc/powernv: Fix data type for @r in pnv_ioda_parse_m64_window()
This fixes warning reported from sparse: pci-ioda.c:451:49: warning: incorrect type in argument 2 (different base types) Fixes: 262af557dd75 ("powerpc/powernv: Enable M64 aperatus for PHB3") Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/powernv/pci-ioda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/pci-ioda.c b/arch/powerpc/platforms/powernv/pci-ioda.c