]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc-perf/hx-24x7: Don't log failed hcall twice
authorThiago Jung Bauermann <bauerman@linux.vnet.ibm.com>
Thu, 29 Jun 2017 21:55:34 +0000 (18:55 -0300)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 2 Jul 2017 10:40:31 +0000 (20:40 +1000)
commit62714a14928061f496308a9d4635bf986642046d
treefc5c5d3683c286cafdc678d7df64fa9d8f470f55
parent41f577eb012f33d9af9c9fcee6a68a499562f875
powerpc-perf/hx-24x7: Don't log failed hcall twice

make_24x7_request already calls log_24x7_hcall if it fails, so callers
don't have to do it again.

In fact, since the latter is now only called from the former, there's no
need for a separate log_24x7_hcall anymore so remove it.

Reviewed-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/perf/hv-24x7.c