]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pseries: Don't print failure message in energy driver
authorNicholas Piggin <npiggin@gmail.com>
Fri, 21 Jul 2017 01:16:44 +0000 (11:16 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Aug 2017 12:30:29 +0000 (22:30 +1000)
commit80ae2b42e5ac4d70691cb0d248885a5fcdf8e095
tree0998da2006ba12a754a706ad543f0318715c509c
parentbfdeb9a9d96a67dd92460b9a694d25ca47eda110
powerpc/pseries: Don't print failure message in energy driver

This driver currently reports the H_BEST_ENERGY hypervisor call is
unsupported (even when booting in a non-virtualised environment). This
is not something the administrator can do much with, and not
significant for debugging.

Remove it.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/pseries/pseries_energy.c