|
@@ -47,7 +47,7 @@ void dp_rx_dump_fisa_table(struct dp_soc *soc)
|
|
|
|
|
|
if (hif_force_wake_request(((struct hal_soc *)hal_soc_hdl)->hif_handle)) {
|
|
|
dp_err("Wake up request failed");
|
|
|
- qdf_check_state_before_panic();
|
|
|
+ qdf_check_state_before_panic(__func__, __LINE__);
|
|
|
return;
|
|
|
}
|
|
|
|
|
@@ -57,7 +57,7 @@ void dp_rx_dump_fisa_table(struct dp_soc *soc)
|
|
|
|
|
|
if (hif_force_wake_release(((struct hal_soc *)hal_soc_hdl)->hif_handle)) {
|
|
|
dp_err("Wake up release failed");
|
|
|
- qdf_check_state_before_panic();
|
|
|
+ qdf_check_state_before_panic(__func__, __LINE__);
|
|
|
return;
|
|
|
}
|
|
|
}
|