Răsfoiți Sursa

qcacld-3.0: Return status of runtime resume callback

Return the status of the runtime resume call back function.

Change-Id: Ibe5d50779ae49c6e2460c4a07aad024fb174fb5d
CRs-Fixed: 3098482
Aditya Kodukula 3 ani în urmă
părinte
comite
a44bbb09f1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      core/hdd/src/wlan_hdd_driver_ops.c

+ 1 - 1
core/hdd/src/wlan_hdd_driver_ops.c

@@ -1732,7 +1732,7 @@ static int wlan_hdd_runtime_resume(struct device *dev)
 
 	hdd_debug("Runtime resume done");
 
-	return 0;
+	return qdf_status_to_os_return(status);
 }
 #endif