Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07fd7d28 authored by Johannes Berg's avatar Johannes Berg
Browse files

iwlwifi: nvm: don't print NVM section reads by default



These messages aren't really useful, suppress them unless
EEPROM debugging is turned on.

Reviewed-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 0db53d00
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -177,7 +177,8 @@ static int iwl_nvm_read_section(struct iwl_mvm *mvm, u16 section,
		offset += ret;
	}

	IWL_INFO(mvm, "NVM section %d read completed\n", section);
	IWL_DEBUG_EEPROM(mvm->trans->dev,
			 "NVM section %d read completed\n", section);
	return offset;
}