diff options
author | Sam Bobroff | 2018-09-12 03:23:30 +0200 |
---|---|---|
committer | Michael Ellerman | 2018-10-13 13:21:25 +0200 |
commit | eed4bdbeecd0b59d3e487d1a2b726d51810015ab (patch) | |
tree | 739bda42c794b6e4659b757b5ae954640de0c4d4 /drivers | |
parent | powerpc/eeh: Cleanup eeh_enabled() (diff) | |
download | kernel-qcow2-linux-eed4bdbeecd0b59d3e487d1a2b726d51810015ab.tar.gz kernel-qcow2-linux-eed4bdbeecd0b59d3e487d1a2b726d51810015ab.tar.xz kernel-qcow2-linux-eed4bdbeecd0b59d3e487d1a2b726d51810015ab.zip |
powerpc/eeh: Cleanup unnecessary eeh_pe_state_mark_with_cfg()
The function eeh_pe_state_mark_with_cfg() just performs the work of
eeh_pe_state_mark() and then, conditionally, the work of
eeh_pe_state_clear(). However it is only ever called with a constant
state such that the condition is always true, so replace it by direct
calls.
Signed-off-by: Sam Bobroff <sbobroff@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions