Browse Source

qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_ocb.c

Fix kernel checkpatch warnings in wlan_hdd_ocb.c.

Change-Id: Ia590b1a2de67eb9302e544abe7e9a6cc5970367e
CRs-Fixed: 2024274
Srinivas Girigowda 8 năm trước cách đây
mục cha
commit
aaea410f93
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/hdd/src/wlan_hdd_ocb.c

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

@@ -365,7 +365,7 @@ static void hdd_ocb_set_config_callback(void *context_ptr, void *response_ptr)
 	priv = hdd_request_priv(hdd_request);
 
 	if (response && response->status)
-		hdd_err("Operation failed: %d", response->status);
+		hdd_warn("Operation failed: %d", response->status);
 
 	if (response && (0 == response->status))
 		priv->status = 0;