firewire: core: remove flag and width from u64 formats of tracepoints events
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 6 May 2024 08:21:54 +0000 (17:21 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 6 May 2024 08:53:35 +0000 (17:53 +0900)
commit5a5dc48083dae07e3079e4ded731388214729f64
treec105780c5263b89311d28988fc4684b733807aa2
parent87144bbc9935b3117495c330890184edb925f3c5
firewire: core: remove flag and width from u64 formats of tracepoints events

The pointer to fw_packet structure is passed to ring buffer of tracepoints
framework as the value of u64 type. '0x%016llx' is used for the print
format of value, while the flag and width are useless in the case.

This commit removes them.

Link: https://lore.kernel.org/r/20240506082154.396077-2-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
include/trace/events/firewire.h