Automated Code Change

PiperOrigin-RevId: 970434264
Change-Id: I02739ddc9d9df7f1214bd2794c869a05550768ad
diff --git a/tlbmc/collector/fru_collector.cc b/tlbmc/collector/fru_collector.cc
index 2a5109b..ad16b17 100644
--- a/tlbmc/collector/fru_collector.cc
+++ b/tlbmc/collector/fru_collector.cc
@@ -1297,7 +1297,7 @@
     // status as NOT_SCANNED to avoid falsely reporting absence when the issue
     // might be a transient firmware bug or corrupt data.
     if (absl::IsNotFound(smbios_data.status())) {
-      absl::MutexLock table_lock(&smbios_fru_table_mutex_);
+      absl::MutexLock table_lock(smbios_fru_table_mutex_);
       SetSmbiosInventoryStatus(smbios_fru_table_, associated_parts,
                                PresenceStatus::PRESENCE_STATUS_NOT_FOUND);
     }