iwlwifi: pcie: dump_stack upon timeout of SYNC cmd
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Родитель
ff116373f6
Коммит
c90ca50741
|
@ -1529,6 +1529,7 @@ static int iwl_pcie_send_hcmd_sync(struct iwl_trans *trans,
|
||||||
"Error sending %s: time out after %dms.\n",
|
"Error sending %s: time out after %dms.\n",
|
||||||
get_cmd_string(trans_pcie, cmd->id),
|
get_cmd_string(trans_pcie, cmd->id),
|
||||||
jiffies_to_msecs(HOST_COMPLETE_TIMEOUT));
|
jiffies_to_msecs(HOST_COMPLETE_TIMEOUT));
|
||||||
|
dump_stack();
|
||||||
|
|
||||||
IWL_ERR(trans,
|
IWL_ERR(trans,
|
||||||
"Current CMD queue read_ptr %d write_ptr %d\n",
|
"Current CMD queue read_ptr %d write_ptr %d\n",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче