Skip to content

Commit

Permalink
firewire: core: fix type of timestamp for async_inbound_template trac…
Browse files Browse the repository at this point in the history
…epoints events

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>
  • Loading branch information
Takashi Sakamoto committed May 6, 2024
1 parent 6b0b708 commit 87144bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/trace/events/firewire.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
),
Expand Down

0 comments on commit 87144bb

Please sign in to comment.