Commit d95d66ea authored by Miri Korenblit's avatar Miri Korenblit
Browse files

wifi: iwlwifi: print the DSM value when read from UEFI

parent 6b340a69
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -753,6 +753,10 @@ int iwl_uefi_get_dsm(struct iwl_fw_runtime *fwrt, enum iwl_dsm_funcs func,
	}

	*value = data->functions[func];

	IWL_DEBUG_RADIO(fwrt,
			"UEFI: DSM func=%d: value=%d\n", func, *value);

	ret = 0;
out:
	kfree(data);