hw/pci-hist/pnv_phb4: Fix typo in pnv_phb4_ioda_write
commit984178d86b92be23b0efb6da769f22adb08cb83a
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 12 Jul 2021 20:04:37 +0000 (12 20:04 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Jul 2021 17:07:07 +0000 (26 07:07 -1000)
tree09a35e9538f9da4e42790917f35933ccb0bd24b1
parent2d758274ee477a96ba35ba05fe2e393c208e724b
hw/pci-hist/pnv_phb4: Fix typo in pnv_phb4_ioda_write

From clang-13:
hw/pci-host/pnv_phb4.c:375:18: error: variable 'v' set but not used \
    [-Werror,-Wunused-but-set-variable]

It's pretty clear that we meant to write back 'v' after
all that computation and not 'val'.

Acked-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/pci-host/pnv_phb4.c