Return the status of the runtime resume call back function. Change-Id: Ibe5d50779ae49c6e2460c4a07aad024fb174fb5d CRs-Fixed: 3098482
@@ -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