diff options
author | 2024-05-29 15:23:25 +0300 | |
---|---|---|
committer | 2024-06-05 01:18:01 +0300 | |
commit | 0ea00e249ca992adee54dc71a526ee70ef109e40 (patch) | |
tree | 1ec5a75bcbfd63dde8313d2c8aa818afd038403e /scripts/generate_rust_analyzer.py | |
parent | Merge tag 'linux_kselftest-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (diff) | |
download | linux-rng-0ea00e249ca992adee54dc71a526ee70ef109e40.tar.xz linux-rng-0ea00e249ca992adee54dc71a526ee70ef109e40.zip |
tpm_tis: Do *not* flush uninitialized work
tpm_tis_core_init() may fail before tpm_tis_probe_irq_single() is
called, in which case tpm_tis_remove() unconditionally calling
flush_work() is triggering a warning for .func still being NULL.
Cc: stable@vger.kernel.org # v6.5+
Fixes: 481c2d14627d ("tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions