From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 11 May 2024 01:13:52 +0000
Subject: [PATCH] disable i2c1

---
 kernel/drivers/message/fusion/lsi/mpi_cnfg.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/drivers/message/fusion/lsi/mpi_cnfg.h b/kernel/drivers/message/fusion/lsi/mpi_cnfg.h
index 059997f..178f414 100644
--- a/kernel/drivers/message/fusion/lsi/mpi_cnfg.h
+++ b/kernel/drivers/message/fusion/lsi/mpi_cnfg.h
@@ -2004,7 +2004,7 @@
     U64                     LinkFailureCount;           /* 50h */
     U64                     LossOfSyncCount;            /* 58h */
     U64                     LossOfSignalCount;          /* 60h */
-    U64                     PrimativeSeqErrCount;       /* 68h */
+    U64                     PrimitiveSeqErrCount;       /* 68h */
     U64                     InvalidTxWordCount;         /* 70h */
     U64                     InvalidCrcCount;            /* 78h */
     U64                     FcpInitiatorIoCount;        /* 80h */

--
Gitblit v1.6.2