commit | f826e6efb42b9eb0097d0969310a407aa039be08 | [log] [tgz] |
---|---|---|
author | Shukun Tan <tanshukun1@huawei.com> | Mon Jan 20 15:30:08 2020 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 13 16:58:08 2020 +0800 |
tree | 060530bae110a8e07b1dd6ce6bd08d5abbb0c9aa | |
parent | de3daf4b4ad58d3c4110f437f4b2f3fc631a2d3a [diff] |
crypto: hisilicon - Unify error detect process into qm In error detect process, a lot of duplicate code can put into qm. We add two callback(get_dev_hw_err_status and log_dev_hw_err) into struct hisi_qm_err_ini to handle device error detect, meanwhile the qm error detect not changed. Signed-off-by: Shukun Tan <tanshukun1@huawei.com> Signed-off-by: Zaibo Xu <xuzaibo@huawei.com> Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>