Commit 47cde094 authored by Johannes Berg's avatar Johannes Berg
Browse files

wifi: iwlwifi: make TB reallocation a debug message



There's no need to print this, it's a known issue and
the workaround works just fine. Make the reallocation
message just a debug message.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Reviewed-by: default avatarGregory Greenman <gregory.greenman@intel.com>
Signed-off-by: default avatarMiri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240123200528.329d5f2ee7f7.I0bfc6dde17fe2c738129f3aba746c6cba57589f9@changeid


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 099a47db
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -271,9 +271,10 @@ static int iwl_txq_gen2_set_tb_with_wa(struct iwl_trans *trans,
		meta = NULL;
		goto unmap;
	}
	IWL_WARN(trans,
	IWL_DEBUG_TX(trans,
		     "TB bug workaround: copied %d bytes from 0x%llx to 0x%llx\n",
		 len, (unsigned long long)oldphys, (unsigned long long)phys);
		     len, (unsigned long long)oldphys,
		     (unsigned long long)phys);

	ret = 0;
unmap: