]> www.infradead.org Git - users/jedix/linux-maple.git/commit
firewire: ohci: use guard macro to serialize operations for isochronous contexts
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 5 Aug 2024 08:54:08 +0000 (17:54 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 5 Aug 2024 08:54:08 +0000 (17:54 +0900)
commite4c8b8014f3fb6a324ba388fc676d176a35bcdb8
tree4db9081fe128edb5cd853b663011eb994c91168b
parent86baade948832b45a6b5ef1e47282d94dd99e2ba
firewire: ohci: use guard macro to serialize operations for isochronous contexts

The 1394 OHCI driver uses spinlock to serialize operations for
isochronous contexts.

This commit uses guard macro to maintain the spinlock.

Link: https://lore.kernel.org/r/20240805085408.251763-18-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/ohci.c