diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2025-09-16 02:47:42 +0300 |
---|---|---|
committer | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2025-09-16 02:52:18 +0300 |
commit | 80c5b023a7d6ae41bd79aadece4cb1fc62e95a08 (patch) | |
tree | 3c1a7c8d43316795b633f87eb064842e909d8aa1 /drivers/firewire/core-cdev.c | |
parent | 931383f161c066ac5fda12035540498931739842 (diff) | |
download | linux-80c5b023a7d6ae41bd79aadece4cb1fc62e95a08.tar.xz |
firewire: core: use scoped_guard() to manage critical section to update topology
At present, guard() macro is used for the critical section to update
topology. It is inconvenient to add the other critical sections into
the function.
This commit uses scoped_guard() macro instead.
Link: https://lore.kernel.org/r/20250915234747.915922-2-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to 'drivers/firewire/core-cdev.c')
0 files changed, 0 insertions, 0 deletions