]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firewire: ohci: remove obsolete debug logging for AT/AR results
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 21 Aug 2025 00:30:16 +0000 (09:30 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 22 Aug 2025 00:53:48 +0000 (09:53 +0900)
commit6354cc95193696f1698e01ef6884f0fd9d613a6a
tree8834a30976cb34c45db988feb0233a5077dbe5e3
parentc579f1fe08cc34c7f0af8df44d2badfee53eb7e7
firewire: ohci: remove obsolete debug logging for AT/AR results

Between v6.11 and v6.12, a set of tracepoints was added to record
asynchronous communication events:

- firewire:async_phy_inbound
- firewire:async_phy_outbound_initiate
- firewire:async_phy_outbound_complete
- firewire:async_response_inbound
- firewire:async_response_outbound_initiate
- firewire:async_response_outbound_complete
- firewire:async_request_inbound
- firewire:async_request_outbound_initiate
- firewire:async_request_outbound_complete

These tracepoints cover the functionality of the existing debug logging.
This commit removes the logging.

Link: https://lore.kernel.org/r/20250821003017.186752-4-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/ohci.c