firewire: ohci: fulfill timestamp for some local asynchronous transaction
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 29 Apr 2024 08:47:08 +0000 (17:47 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 29 Apr 2024 09:41:00 +0000 (18:41 +0900)
commit09773bf55aeabe3fd61745d900798dc1272c778a
tree3e675753c8eca8680c06f0ecbb898ec5045fb7b7
parent38762a0763c10c24a4915feee722d7aa6e73eb98
firewire: ohci: fulfill timestamp for some local asynchronous transaction

1394 OHCI driver generates packet data for the response subaction to the
request subaction to some local registers. In the case, the driver should
assign timestamp to them by itself.

This commit fulfills the timestamp for the subaction.

Cc: stable@vger.kernel.org
Fixes: dcadfd7f7c74 ("firewire: core: use union for callback of transaction completion")
Link: https://lore.kernel.org/r/20240429084709.707473-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/ohci.c