瀏覽代碼

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 年之前
父節點
當前提交
a44bbb09f1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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