]> git.ipfire.org Git - thirdparty/linux.git/commit
firewire: core: move allocation/reallocation paths into specific branch after isoc...
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 1 May 2026 13:58:23 +0000 (22:58 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 3 May 2026 11:44:21 +0000 (20:44 +0900)
commitfcabbf40fae501379b4f3a057febe92d4b0ebdd8
tree705b4c67eda544c3c13dc1a660c626e20111dadc
parentafa66eeb1899087b205f49cdfb8465880d61cdd2
firewire: core: move allocation/reallocation paths into specific branch after isoc resource management in cdev

After managing the actual isochronous resources, there is
post-processing logic to determine what type of event should be
notified. However, there is room for improvement.

This commit refactors the logic.

Link: https://lore.kernel.org/r/20260501135823.241940-5-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/core-cdev.c