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

Takashi Sakamoto posted 1 patch 3 weeks, 3 days ago
include/linux/firewire.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] firewire: core: fix wrong git hash in code comment
Posted by Takashi Sakamoto 3 weeks, 3 days ago
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@sakamocchi.jp>
---
 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 b41af502bd89..7fa1a3fc8ed4 100644
--- a/include/linux/firewire.h
+++ b/include/linux/firewire.h
@@ -175,7 +175,7 @@ enum fw_device_quirk {
 	// 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").
+	// See 6044565af458 ("firewire: core: fix unstable I/O with Canon camcorder").
 	FW_DEVICE_QUIRK_IRM_IGNORES_BUS_MANAGER = BIT(1),
 
 	// MOTU Audio Express transfers acknowledge packet with 0x10 for pending state.
-- 
2.53.0
Re: [PATCH] firewire: core: fix wrong git hash in code comment
Posted by Takashi Sakamoto 3 weeks, 2 days ago
Hi,

On Tue, Sep 01, 2026 at 10:49:21PM +0900, Takashi Sakamoto wrote:
> 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@sakamocchi.jp>
> ---
>  include/linux/firewire.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to for-next branch.


Regards

Takashi Sakamoto