From 6209ad4248f73a3d4ba6a9647ce062a1f8aecde2 Mon Sep 17 00:00:00 2001 From: Kalle Valo Date: Thu, 21 Dec 2023 01:53:49 +0200 Subject: [PATCH] Update ath11k-bdencoder Signed-off-by: Kalle Valo --- tools/scripts/ath11k/ath11k-bdencoder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/ath11k/ath11k-bdencoder b/tools/scripts/ath11k/ath11k-bdencoder index 285cf3d..8982688 100755 --- a/tools/scripts/ath11k/ath11k-bdencoder +++ b/tools/scripts/ath11k/ath11k-bdencoder @@ -434,7 +434,7 @@ class BoardContainer: offset += length # make sure ATH11K_BOARD_SIGNATURE_LEN is correct - assert(ATH11K_BOARD_SIGNATURE_LEN == length) + assert ATH11K_BOARD_SIGNATURE_LEN == length return offset