]> www.infradead.org Git - users/willy/xarray.git/commit
firewire: core: move copy_port_status() helper function to TP_fast_assign() block
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 12 Jul 2024 00:30:10 +0000 (09:30 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 12 Jul 2024 05:34:12 +0000 (14:34 +0900)
commit06dcc4c9baa9e92896f00d02ffa760c0988b4371
tree414ef66c510184cee5726a927a640b938d6b5be7
parent9f349e8e532d7e50b57a3e10367a8eb64d89e104
firewire: core: move copy_port_status() helper function to TP_fast_assign() block

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.

Link: https://lore.kernel.org/r/20240712003010.87341-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/core-trace.c
include/trace/events/firewire.h