Re: [PATCH] powerpc/powernv/sriov: Fix use of uninitialised variable

2020-08-04 Thread Michael Ellerman
On Mon, 3 Aug 2020 17:54:08 +1000, Oliver O'Halloran wrote: > Initialising the value before using it is generally regarded as a good > idea so do that. Applied to powerpc/next. [1/1] powerpc/powernv/sriov: Fix use of uninitialised variable https://git.kernel.org/powerpc/c/2075ec9896c5aef01e

[PATCH] powerpc/powernv/sriov: Fix use of uninitialised variable

2020-08-03 Thread Oliver O'Halloran
Initialising the value before using it is generally regarded as a good idea so do that. Fixes: 4c51f3e1e870 ("powerpc/powernv/sriov: Make single PE mode a per-BAR setting") Reported-by: Nathan Chancellor Signed-off-by: Oliver O'Halloran --- arch/powerpc/platforms/powernv/pci-sriov.c | 4 +---