| commit | 246aca5b2a2c4ad3e75c2eff616f5532019a92d2 | [log] [tgz] |
|---|---|---|
| author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Thu Oct 23 19:43:49 2025 +0900 |
| committer | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Fri Oct 24 09:59:34 2025 +0900 |
| tree | 9147d56970adcb422eea8e35e3e1a01c8159df14 | |
| parent | 211ddde0823f1442e4ad052a2f30f050145ccada [diff] |
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>