commit | b90484ec1137424f606832a22f24d6cfc62a1427 | [log] [tgz] |
---|---|---|
author | Sam Bobroff <sbobroff@linux.ibm.com> | Wed Sep 12 11:23:33 2018 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sat Oct 13 22:21:25 2018 +1100 |
tree | cd682d5e59bc7559fba8948f73a0c5f8aae371e1 | |
parent | fef7f905523fb96b431e5e73487a689c10c77875 [diff] |
powerpc/eeh: Cleanup control flow in eeh_handle_normal_event() Rather than mixing "if (state)" blocks and gotos, convert entirely to "if (state)" blocks to make the state machine behaviour clearer. Signed-off-by: Sam Bobroff <sbobroff@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>