[PATCH] Make IPA_STATUS_SIZE equal to the size of the remove ipa_status.

From: Bert Karwatzki
Date: Thu May 18 2023 - 18:02:55 EST


---
drivers/net/ipa/ipa_endpoint.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ipa/ipa_endpoint.c
b/drivers/net/ipa/ipa_endpoint.c
index 2ee80ed140b7..afa1d56d9095 100644
--- a/drivers/net/ipa/ipa_endpoint.c
+++ b/drivers/net/ipa/ipa_endpoint.c
@@ -119,7 +119,7 @@ enum ipa_status_field_id {
};
=20
/* Size in bytes of an IPA packet status structure */
-#define IPA_STATUS_SIZE sizeof(__le32[4])
+#define IPA_STATUS_SIZE sizeof(__le32[8])
=20
/* IPA status structure decoder; looks up field values for a structure
*/
static u32 ipa_status_extract(struct ipa *ipa, const void *data,
--=20
2.40.1

Bert Karwatzki