diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2024-07-29 15:46:29 +0200 |
---|---|---|
committer | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2024-07-29 15:46:29 +0200 |
commit | 568a8cbb3d4da609a799920c761b2cdb7e583839 (patch) | |
tree | b3eca3e2bf0e46d9fc0889f257a336198815c06b /drivers/firewire/ohci.h | |
parent | Linux 6.11-rc2 (diff) | |
download | linux-568a8cbb3d4da609a799920c761b2cdb7e583839.tar.xz linux-568a8cbb3d4da609a799920c761b2cdb7e583839.zip |
firewire: ohci: use TCODE_LINK_INTERNAL consistently
In IEEE 1394 specification, 0x0e in tcode field is reserved for internal
purpose depending on link layer. In 1394 OHCI specification, it is used to
express phy packet in AT/AR contexts.
Current implementation of 1394 OHCI driver has several macros for the code.
They can be simply replaced with a macro in core code.
This commit obsoletes the macros.
Link: https://lore.kernel.org/r/20240729134631.127189-2-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to '')
-rw-r--r-- | drivers/firewire/ohci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firewire/ohci.h b/drivers/firewire/ohci.h index 71c2ed84cafb..9ed36cfc6cae 100644 --- a/drivers/firewire/ohci.h +++ b/drivers/firewire/ohci.h @@ -153,7 +153,6 @@ #define OHCI1394_evt_unknown 0xe #define OHCI1394_evt_flushed 0xf -#define OHCI1394_phy_tcode 0xe // Self-ID DMA. |