Re: [PATCH] firewire: core: move copy_port_status() helper function to TP_fast_assign() block

From: Takashi Sakamoto
Date: Thu Jul 11 2024 - 20:25:22 EST


Hi,

On Fri, Jul 12, 2024 at 09:04:24AM +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 | 12 ++++++++++--
> 2 files changed, 10 insertions(+), 13 deletions(-)

I realized that the prototype of helper function still exists in
'include/trace/events/firewire.h'. Let me abandon this patch and
resend the revised version.


Regards

Takashi Sakamoto