[PATCH 0/3] firewire: core/ohci: minor code refactoring

Takashi Sakamoto posted 3 patches 1 year, 5 months ago
drivers/firewire/core-device.c | 3 ++-
drivers/firewire/ohci.c        | 5 ++---
2 files changed, 4 insertions(+), 4 deletions(-)
[PATCH 0/3] firewire: core/ohci: minor code refactoring
Posted by Takashi Sakamoto 1 year, 5 months ago
Hi,

This series of changes include minor code refactoring in core function
and 1394 OHCI driver.


Takashi Sakamoto (3):
  firewire: ohci: use helper macro for compiler aligned attribute
  firewire: ohci: remove unused wrapper macro for dev_info()
  firewire: core/ohci: minor refactoring for computation of
    configuration ROM size

 drivers/firewire/core-device.c | 3 ++-
 drivers/firewire/ohci.c        | 5 ++---
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.43.0
Re: [PATCH 0/3] firewire: core/ohci: minor code refactoring
Posted by Takashi Sakamoto 1 year, 5 months ago
On Wed, Aug 14, 2024 at 10:12:19PM +0900, Takashi Sakamoto wrote:
> Hi,
> 
> This series of changes include minor code refactoring in core function
> and 1394 OHCI driver.
> 
> 
> Takashi Sakamoto (3):
>   firewire: ohci: use helper macro for compiler aligned attribute
>   firewire: ohci: remove unused wrapper macro for dev_info()
>   firewire: core/ohci: minor refactoring for computation of
>     configuration ROM size
> 
>  drivers/firewire/core-device.c | 3 ++-
>  drivers/firewire/ohci.c        | 5 ++---
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to for-next branch.


Regards

Takashi Sakamoto