Re: [PATCH v2] firewire: core: move copy_port_status() helper function to TP_fast_assign() block
From: Takashi Sakamoto
Date: Fri Jul 12 2024 - 20:38:51 EST
On Fri, Jul 12, 2024 at 09:30:10AM +0900, Takashi Sakamoto wrote:
> It would be possible to put any statement in TP_fast_assign().
>
> This commit obsoletes the helper function and put its statements to
> TP_fast_assign() for the code simplicity.
>
> Signed-off-by: Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx>
> ---
> drivers/firewire/core-trace.c | 11 -----------
> include/trace/events/firewire.h | 15 ++++++++++-----
> 2 files changed, 10 insertions(+), 16 deletions(-)
Applied to for-next branch.
Regards
Takashi Sakamoto