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