]> Gentwo Git Trees - linux/.git/commit
firewire: core: fix __must_hold() annotation
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 23 Oct 2025 10:43:49 +0000 (19:43 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 24 Oct 2025 00:59:34 +0000 (09:59 +0900)
commit246aca5b2a2c4ad3e75c2eff616f5532019a92d2
tree9147d56970adcb422eea8e35e3e1a01c8159df14
parent211ddde0823f1442e4ad052a2f30f050145ccada
firewire: core: fix __must_hold() annotation

The variable name passed to __must_hold() annotation is invalid.

This commit fixes it.

Fixes: 420bd7068cbf ("firewire: core: use spin lock specific to transaction")
Link: https://lore.kernel.org/r/20251023104349.415310-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/core-transaction.c