]> git.ipfire.org Git - thirdparty/linux.git/commit
firewire: core: code cleanup for iso resource auto creation
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 29 Apr 2026 09:34:48 +0000 (18:34 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 29 Apr 2026 11:30:34 +0000 (20:30 +0900)
commit6dbe7653fa01edeefc77b4d7c063562eb3debd48
treeff133fff0f247fa0d358694e68520b550d3f32cc
parent48b68337bf6523f16b2afbb0d3e059eb211e3c85
firewire: core: code cleanup for iso resource auto creation

The init_iso_resource function is only called by
ioctl_allocate_iso_resource(), thus no need to be unique.

This commit unifies them with minor code refactoring.

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