[PATCH 0/2] firewire: core: code refactoring for transaction layer

Takashi Sakamoto posted 2 patches 3 months, 1 week ago
drivers/firewire/core-transaction.c | 57 +++++++++++++++--------------
1 file changed, 30 insertions(+), 27 deletions(-)
[PATCH 0/2] firewire: core: code refactoring for transaction layer
Posted by Takashi Sakamoto 3 months, 1 week ago
Hi,

The current implementation of transaction layer includes some duplicated
code for managing transaction list. This patchset adds some helper
functions and macros to eliminate the duplication.

Takashi Sakamoto (2):
  firewire: core: code refactoring to remove transaction entry
  firewire: core: code refactoring to find and pop transaction entry

 drivers/firewire/core-transaction.c | 57 +++++++++++++++--------------
 1 file changed, 30 insertions(+), 27 deletions(-)


base-commit: b330f98ff238ad9446574965d09cab33736519d5
-- 
2.51.0
Re: [PATCH 0/2] firewire: core: code refactoring for transaction layer
Posted by Takashi Sakamoto 3 months ago
On Sat, Nov 01, 2025 at 07:21:29PM +0900, Takashi Sakamoto wrote:
> Hi,
> 
> The current implementation of transaction layer includes some duplicated
> code for managing transaction list. This patchset adds some helper
> functions and macros to eliminate the duplication.
> 
> Takashi Sakamoto (2):
>   firewire: core: code refactoring to remove transaction entry
>   firewire: core: code refactoring to find and pop transaction entry
> 
>  drivers/firewire/core-transaction.c | 57 +++++++++++++++--------------
>  1 file changed, 30 insertions(+), 27 deletions(-)

Applied to for-next branch.


Regards

Takashi Sakamoto