commit | 4fad494321351f0ac412945c6a464109ad96734a | [log] [tgz] |
---|---|---|
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | Tue May 03 15:41:44 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed May 11 21:54:26 2016 +1000 |
tree | c0a8c487d5af6217864e25ab4b16f263f732bc83 | |
parent | 4a5954ed7726497415ae49204cfc8e38ee8b127e [diff] |
powerpc/powernv: Simplify pnv_eeh_reset() This drops unnecessary nested if statements in pnv_eeh_reset() to improve the code readability. After the changes, the unused local variable "ret" is dropped as well. No logical changes introduced. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>