mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
The bm_work work item should be scheduled after holding fw_card reference counting. At a commit25feb1a96e("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:25feb1a96e("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>