[PATCH] firewire: core: fix wrong git hash in code comment

From: Takashi Sakamoto

Date: Mon Aug 31 2026 - 06:27:25 EST


When refactoring device quirk code, the wrong git hash from my local
repository slipped into the common header.

Fixes: 5a43dc9f4ee0 ("firewire: core: detect device quirk when reading configuration ROM")
Signed-off-by: Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx>
---
include/linux/firewire.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/firewire.h b/include/linux/firewire.h
index fd35a6570cd8..b41af502bd89 100644
--- a/include/linux/firewire.h
+++ b/include/linux/firewire.h
@@ -172,7 +172,7 @@ struct fw_attribute_group {
};

enum fw_device_quirk {
- // See afa1282a35d3 ("firewire: core: check for 1394a compliant IRM, fix inaccessibility of Sony camcorder").
+ // See 10389536742c ("firewire: core: check for 1394a compliant IRM, fix inaccessibility of Sony camcorder").
FW_DEVICE_QUIRK_IRM_IS_1394_1995_ONLY = BIT(0),

// See a509e43ff338 ("firewire: core: fix unstable I/O with Canon camcorder").
--
2.53.0