crypto: qat - fix section mismatch warning
Fix Section mismatch warinig in adf_exit_vf_wq() Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
87ba569a39
commit
b3ab30a7cb
|
@ -326,7 +326,7 @@ int __init adf_init_vf_wq(void)
|
||||||
return !adf_vf_stop_wq ? -EFAULT : 0;
|
return !adf_vf_stop_wq ? -EFAULT : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void __exit adf_exit_vf_wq(void)
|
void adf_exit_vf_wq(void)
|
||||||
{
|
{
|
||||||
if (adf_vf_stop_wq)
|
if (adf_vf_stop_wq)
|
||||||
destroy_workqueue(adf_vf_stop_wq);
|
destroy_workqueue(adf_vf_stop_wq);
|
||||||
|
|
Loading…
Reference in New Issue