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

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