mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-18 01:41:24 +00:00
16 lines
778 B
Diff
16 lines
778 B
Diff
Index: linux-5.4.164-qsdk-26349818b464f8c7b52d59ce73579d9f3dd6bd5d/drivers/soc/qcom/ctx-save.c
|
|
===================================================================
|
|
--- linux-5.4.164-qsdk-26349818b464f8c7b52d59ce73579d9f3dd6bd5d.orig/drivers/soc/qcom/ctx-save.c
|
|
+++ linux-5.4.164-qsdk-26349818b464f8c7b52d59ce73579d9f3dd6bd5d/drivers/soc/qcom/ctx-save.c
|
|
@@ -1509,8 +1509,8 @@ static int ctx_save_probe(struct platfor
|
|
|
|
#ifdef CONFIG_QCA_MINIDUMP
|
|
ret = register_module_notifier(&wlan_module_exit_nb);
|
|
- if (ret)
|
|
- dev_err(&pdev->dev, "Failed to register WLAN module exit notifier\n");
|
|
+ if (ret)
|
|
+ dev_err(&pdev->dev, "Failed to register WLAN module exit notifier\n");
|
|
|
|
ret = atomic_notifier_chain_register(&panic_notifier_list,
|
|
&wlan_panic_nb);
|