Loading
!6265 tpm_tis: Avoid warning splat at shutdown
Merge Pull Request from: @lujunhuaHW If interrupts are not activated the work struct 'free_irq_work' is not initialized. This results in a warning splat at module shutdown. Fix this by always initializing the work regardless of whether interrupts are activated or not. issue:https://gitee.com/openeuler/kernel/issues/I9G5IU Link:https://gitee.com/openeuler/kernel/pulls/6265 Reviewed-by:Xie XiuQi <xiexiuqi@huawei.com> Signed-off-by:
Xie XiuQi <xiexiuqi@huawei.com>