From 209f7d4ade0f65ed43f14f3611a249e9afde5610 Mon Sep 17 00:00:00 2001 From: Surabhi Vishnoi Date: Wed, 29 Nov 2017 15:07:10 +0530 Subject: [PATCH] qcacmn: Change the data type of message type id The datatype of wd_msg_type_id was uint16_t which truncates the upper bytes of msg id. Changing the datatype of wd_msg_type_id from uint16_t to uint32_t. Change-Id: I49b5eefd878660f6ba3d0b7da451df99661c59df --- wmi_unified.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmi_unified.c b/wmi_unified.c index bc0580c415..db2b082e9b 100644 --- a/wmi_unified.c +++ b/wmi_unified.c @@ -1873,7 +1873,7 @@ end: #define WMI_WQ_WD_TIMEOUT (10 * 1000) /* 10s */ -static inline void wmi_workqueue_watchdog_warn(uint16_t msg_type_id) +static inline void wmi_workqueue_watchdog_warn(uint32_t msg_type_id) { QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_ERROR, "%s: Message type %x has exceeded its alloted time of %ds",