|
@@ -1,5 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2015-2021 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -745,7 +746,6 @@ static int __hdd_soc_recovery_reinit(struct device *dev,
|
|
|
}
|
|
|
|
|
|
hdd_soc_load_unlock(dev);
|
|
|
- hdd_start_complete(0);
|
|
|
|
|
|
return 0;
|
|
|
|
|
@@ -802,6 +802,7 @@ static int hdd_soc_recovery_reinit(struct device *dev,
|
|
|
|
|
|
|
|
|
osif_psoc_sync_trans_stop(psoc_sync);
|
|
|
+ hdd_start_complete(0);
|
|
|
|
|
|
return errno;
|
|
|
}
|