powerpc/powernv: Fix a warning message
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 2 May 2020 11:59:49 +0000 (13:59 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 11 May 2020 13:15:14 +0000 (23:15 +1000)
commit2f62870ca5bc9d305f3c212192320c29e9dbdc54
tree74c94b88594e30aa4b98fb729fb0a4b52f9d1521
parent1f12096aca212af8fad3ef58d5673cde691a1452
powerpc/powernv: Fix a warning message

Fix a cut'n'paste error in a warning message. This should be
'cpu-idle-state-residency-ns' to match the property searched in the
previous 'of_property_read_u32_array()'

Fixes: 9c7b185ab2fe ("powernv/cpuidle: Parse dt idle properties into global structure")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200502115949.139000-1-christophe.jaillet@wanadoo.fr
arch/powerpc/platforms/powernv/idle.c