Re: [PATCH] firewire: core: minor code refactoring to localize table of gap count
Takashi Sakamoto <[email protected]> Thu, 19 Jun 2025 08:47:30 +0900
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.firewire.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jun 17, 2025 at 09:43:20AM +0900, Takashi Sakamoto wrote: > The table for gap count is accessed by a single function. In this case, > it can be localized to the function. > > Signed-off-by: Takashi Sakamoto <[email protected]> > --- > drivers/firewire/core-card.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) Applied to for-next branch. Thanks Takashi Sakamoto