Blame SOURCES/0009-sff-8636-Remove-incorrect-comment.patch

89ea86
From f1b4bafbb30e77fedb10a23d1b70119b9059f684 Mon Sep 17 00:00:00 2001
89ea86
From: Ido Schimmel <idosch@nvidia.com>
89ea86
Date: Fri, 1 Oct 2021 18:06:24 +0300
89ea86
Subject: [PATCH 09/35] sff-8636: Remove incorrect comment
89ea86
89ea86
The comment was copied from SFF-8472 (i.e., sfpdiag.c) where the
89ea86
diagnostic page is at I2C address 0x51. SFF-8636 only uses I2C address
89ea86
0x50.
89ea86
89ea86
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
89ea86
---
89ea86
 qsfp.c | 2 +-
89ea86
 1 file changed, 1 insertion(+), 1 deletion(-)
89ea86
89ea86
diff --git a/qsfp.c b/qsfp.c
89ea86
index e84226bc1554..263cf188377d 100644
89ea86
--- a/qsfp.c
89ea86
+++ b/qsfp.c
89ea86
@@ -64,7 +64,7 @@
89ea86
 
89ea86
 static struct sff8636_aw_flags {
89ea86
 	const char *str;        /* Human-readable string, null at the end */
89ea86
-	int offset;             /* A2-relative address offset */
89ea86
+	int offset;
89ea86
 	__u8 value;             /* Alarm is on if (offset & value) != 0. */
89ea86
 } sff8636_aw_flags[] = {
89ea86
 	{ "Laser bias current high alarm   (Chan 1)",
89ea86
-- 
89ea86
2.35.1
89ea86