commit | 2796ca5e51737ed0be8ebb6cf73fd56af05da0a7 | [log] [tgz] |
---|---|---|
author | Brian King <brking@linux.vnet.ibm.com> | Thu Mar 26 11:23:52 2015 -0500 |
committer | James Bottomley <JBottomley@Odin.com> | Thu Apr 09 13:43:14 2015 -0700 |
tree | 6b6ae274bf930a91025b0b1e18200b8a73ecf310 | |
parent | 4fdd7c7aabbec3aa9e5dc41c129bc9f6aed7e615 [diff] |
ipr: Reset in task context The pci_set_pcie_reset_state has changed semantics to not be callable from interrupt context, so change ipr's usage of the API to comply with this change by ensuring this occurs from a workqueue. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Reviewed-by: Wen Xiong <wenxiong@linux.vnet.ibm.com> Reviewed-by: Daniel Kreling <kreling@linux.vnet.ibm.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>