]> www.infradead.org Git - users/jedix/linux-maple.git/commit
firewire: core: remove useless lockdep_assert_held()
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 11 Sep 2025 22:13:11 +0000 (07:13 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 11 Sep 2025 22:54:23 +0000 (07:54 +0900)
commit136d8a6f73fee0686d163dca91fdffb35e25f092
tree578175f88a36092043a11306ebeb9bde1be3a5ea
parenta4bac55d99d37976209e2fc2c32bd3dfc86b0447
firewire: core: remove useless lockdep_assert_held()

The bm_work work item should be scheduled after holding fw_card reference
counting. At a commit 25feb1a96e21 ("firewire: core: use cleanup function
in bm_work"), I misinterpreted it as fw_card spinlock and inserted
lockdep_assert_hold() wrongly.

This commit removes the useless line.

Fixes: 25feb1a96e21 ("firewire: core: use cleanup function in bm_work")
Link: https://lore.kernel.org/r/20250911221312.678076-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/core-card.c