firewire: core: fix type of timestamp for async_inbound_template tracepoints events
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 6 May 2024 08:21:53 +0000 (17:21 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 6 May 2024 08:53:34 +0000 (17:53 +0900)
The type of time stamp should be u16, instead of u8.

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

index 4163959be57af9b8018d05ca16fddf14e175bef6..9e79c864fff6d34c95a8b21a167f05eba9e1b13b 100644 (file)
@@ -106,7 +106,7 @@ DECLARE_EVENT_CLASS(async_inbound_template,
                __field(u8, generation)
                __field(u8, scode)
                __field(u8, status)
-               __field(u8, timestamp)
+               __field(u16, timestamp)
                __array(u32, header, ASYNC_HEADER_QUADLET_COUNT)
                __dynamic_array(u32, data, data_count)
        ),