commit | 4d6186ca6f55b2f71be643af8a112c25e58ac516 | [log] [tgz] |
---|---|---|
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | Thu Oct 08 14:58:58 2015 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Oct 21 20:42:15 2015 +1100 |
tree | daab7c37b1f1c276f4ed6a356c4d2e56d8817339 | |
parent | 608fb9c29660aca2845ba0730c514032c493a28f [diff] |
powerpc/powernv: Remove pnv_eeh_cap_start() This moves the logic of pnv_eeh_cap_start() to pnv_eeh_find_cap() as the function is only called by pnv_eeh_find_cap(). The logic of both functions are pretty simple. No need to have separate functions. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>