From nobody Fri Feb 13 04:54:45 2026 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D89B45026B for ; Mon, 3 Jun 2024 09:15:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717406153; cv=none; b=hmBchXdLQsOTja9yEgV8Ca06ALnb0UPHTVHkxVERTnWPBrXjzOST+9OONuY+ed+xbhcPsKvLAf0jByETYLJNqss2VbnWuw+ahWHEDUl7yvvsab7nLvnRsD2arPeWOd3gnAY3B15tGVsKEkvf7RNLaqIKNDXVIkHGAra0qHHjZGw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717406153; c=relaxed/simple; bh=PnSLEwaMRIhusLOj1H7+hLN1hV3Obq2sv6Ok+7+MTZ8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=C9tS8rrx3lKAyjO5MQXJ6lUYzIPSSADUYSvvvaMiYibbaQ6m0ug6z+DSRj8QHF1cWWLxRGZhqas1Qkmy05pu4/xTS+LjqWhIiQd7grRRuR5WhN/dECnymUbSdYkiYbzY/gFT99mk5aAncSR2Iog/QMwYRk0GBBl/2FhW/RgirAM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=NGzWmaCV; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="NGzWmaCV" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; s=k1; bh=LdfEPpYp2q55Lbd2/moAUzqffW0IB2tS5IgblPD0OA8=; b=NGzWma CVcolg6ZPrhBUwk1hNWstW5WslGXGh9X4xJVd+aOGNFRTOtgzHi77MTYd1szZseA pjQ/5aoNkBnm7yMiViL5bZf/RwXmeNX1D4MH30dmXReeZOax9ewXf0zIw9jDDbQQ +byec288G7tXebFyoMNuk/9U7Z7zgB3SwHo93MrGQssLsAHWawlWYsSLKsbLtH/N +d7s/0PbfaJn1MNRoj+l3p9cH7ZnK8MXY2roydMSCoXhL2VOqwWWVY1iDhhc95hx qH8eeJqOdEHkl77DLg/m98mnPN8jWld5wcttt0yq6C5S12vrdHys15Nndax2Qbad Aq5lFb08sx2QJhQA== Received: (qmail 1899265 invoked from network); 3 Jun 2024 11:15:45 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 3 Jun 2024 11:15:45 +0200 X-UD-Smtp-Session: l3s3148p1@fPQ9x/gZ+oUgAwDPXzLGAH1eNELjOc3g From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: Wolfram Sang , Kalle Valo , Jeff Johnson , linux-wireless@vger.kernel.org, ath11k@lists.infradead.org Subject: [PATCH 1/6] wifi: ath11k: use 'time_left' variable with wait_event_timeout() Date: Mon, 3 Jun 2024 11:15:34 +0200 Message-ID: <20240603091541.8367-2-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240603091541.8367-1-wsa+renesas@sang-engineering.com> References: <20240603091541.8367-1-wsa+renesas@sang-engineering.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" There is a confusing pattern in the kernel to use a variable named 'timeout= ' to store the result of wait_event_timeout() causing patterns like: timeout =3D wait_event_timeout(...) if (!timeout) return -ETIMEDOUT; with all kinds of permutations. Use 'time_left' as a variable to make the c= ode self explaining. Fix to the proper variable type 'long' while here. Signed-off-by: Wolfram Sang --- drivers/net/wireless/ath/ath11k/qmi.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/net/wireless/ath/ath11k/qmi.c b/drivers/net/wireless/a= th/ath11k/qmi.c index d4a243b64f6c..2fe0ef660456 100644 --- a/drivers/net/wireless/ath/ath11k/qmi.c +++ b/drivers/net/wireless/ath/ath11k/qmi.c @@ -2859,7 +2859,7 @@ int ath11k_qmi_firmware_start(struct ath11k_base *ab, =20 int ath11k_qmi_fwreset_from_cold_boot(struct ath11k_base *ab) { - int timeout; + long time_left; =20 if (!ath11k_core_coldboot_cal_support(ab) || ab->hw_params.cbcal_restart_fw =3D=3D 0) @@ -2867,11 +2867,11 @@ int ath11k_qmi_fwreset_from_cold_boot(struct ath11k= _base *ab) =20 ath11k_dbg(ab, ATH11K_DBG_QMI, "wait for cold boot done\n"); =20 - timeout =3D wait_event_timeout(ab->qmi.cold_boot_waitq, - (ab->qmi.cal_done =3D=3D 1), - ATH11K_COLD_BOOT_FW_RESET_DELAY); + time_left =3D wait_event_timeout(ab->qmi.cold_boot_waitq, + (ab->qmi.cal_done =3D=3D 1), + ATH11K_COLD_BOOT_FW_RESET_DELAY); =20 - if (timeout <=3D 0) { + if (time_left <=3D 0) { ath11k_warn(ab, "Coldboot Calibration timed out\n"); return -ETIMEDOUT; } @@ -2886,7 +2886,7 @@ EXPORT_SYMBOL(ath11k_qmi_fwreset_from_cold_boot); =20 static int ath11k_qmi_process_coldboot_calibration(struct ath11k_base *ab) { - int timeout; + long time_left; int ret; =20 ret =3D ath11k_qmi_wlanfw_mode_send(ab, ATH11K_FIRMWARE_MODE_COLD_BOOT); @@ -2897,10 +2897,10 @@ static int ath11k_qmi_process_coldboot_calibration(= struct ath11k_base *ab) =20 ath11k_dbg(ab, ATH11K_DBG_QMI, "Coldboot calibration wait started\n"); =20 - timeout =3D wait_event_timeout(ab->qmi.cold_boot_waitq, - (ab->qmi.cal_done =3D=3D 1), - ATH11K_COLD_BOOT_FW_RESET_DELAY); - if (timeout <=3D 0) { + time_left =3D wait_event_timeout(ab->qmi.cold_boot_waitq, + (ab->qmi.cal_done =3D=3D 1), + ATH11K_COLD_BOOT_FW_RESET_DELAY); + if (time_left <=3D 0) { ath11k_warn(ab, "coldboot calibration timed out\n"); return 0; } --=20 2.43.0