]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/eeh: Remove misleading test in eeh_handle_normal_event()
authorSam Bobroff <sam.bobroff@au1.ibm.com>
Mon, 19 Mar 2018 02:46:51 +0000 (13:46 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 27 Mar 2018 12:44:58 +0000 (23:44 +1100)
commit5b86ac9e91715224ae9e8ee2b544f7392b7fc8b2
tree6a4a7f36e03b0d16227a97a781bf8a68da656786
parent63457b144b0e3dccb9482bfe7506deb0b958e20d
powerpc/eeh: Remove misleading test in eeh_handle_normal_event()

Remove a test that checks if "frozen_bus" is NULL, because it cannot
have changed since it was tested at the start of the function and so
must be true here.

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/eeh_driver.c