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