]> git.ipfire.org Git - thirdparty/linux.git/commit
Drivers: hv: vmbus: Remove vmbus_irq_initialized
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Tue, 21 Jul 2026 15:32:16 +0000 (17:32 +0200)
committerWei Liu <wei.liu@kernel.org>
Wed, 22 Jul 2026 23:51:19 +0000 (23:51 +0000)
commit66688e655dcb1e9d06fa2c0651bd9fd588d2a2c3
tree6c0c4325996b2d881181bc73ee482f1776b02b3c
parent8c7ab779c8850f4dab8473463cca9a7d52fdaecc
Drivers: hv: vmbus: Remove vmbus_irq_initialized

vmbus_irq_initialized is only true if the registration of the per-CPU
threads succeeded. If it failed, the whole registration aborts and the
vmbus_exit() path is never called.

Remove vmbus_irq_initialized.

Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/vmbus_drv.c