Prima: Remove unnecessary error logs

Remove frequently seen unnecessary error logs in kmesg from
driver.

Change-Id: I752f46d8dc0480ef14e9cba33033f80b22bc40be
CRs-Fixed: 1072216
diff --git a/CORE/HDD/src/wlan_hdd_assoc.c b/CORE/HDD/src/wlan_hdd_assoc.c
index 9a68119..933a2df 100644
--- a/CORE/HDD/src/wlan_hdd_assoc.c
+++ b/CORE/HDD/src/wlan_hdd_assoc.c
@@ -2490,7 +2490,7 @@
                 vstatus = hdd_conf_arp_offload(pAdapter, TRUE);
                 if (!VOS_IS_STATUS_SUCCESS(vstatus))
                 {
-                    hddLog(VOS_TRACE_LEVEL_ERROR,
+                    hddLog(VOS_TRACE_LEVEL_INFO,
                         FL("Failed to disable ARPOffload Feature %d"), vstatus);
                 }
             }
diff --git a/CORE/HDD/src/wlan_hdd_cfg80211.c b/CORE/HDD/src/wlan_hdd_cfg80211.c
index ff182dc..529c5b1 100644
--- a/CORE/HDD/src/wlan_hdd_cfg80211.c
+++ b/CORE/HDD/src/wlan_hdd_cfg80211.c
@@ -17394,7 +17394,7 @@
         // Assuming the PNO disable was success.
         // Returning error from here, because we timeout, results
         // in side effect of Wifi (Wifi Setting) not to work.
-        VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
+        VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
                   FL("Timed out waiting for PNO to be disabled"));
         ret = 0;
     }
diff --git a/CORE/HDD/src/wlan_hdd_early_suspend.c b/CORE/HDD/src/wlan_hdd_early_suspend.c
index 296f435..a6a9e89 100644
--- a/CORE/HDD/src/wlan_hdd_early_suspend.c
+++ b/CORE/HDD/src/wlan_hdd_early_suspend.c
@@ -657,7 +657,7 @@
 
                     if (!VOS_IS_STATUS_SUCCESS(vstatus))
                     {
-                        hddLog(VOS_TRACE_LEVEL_ERROR,
+                        hddLog(VOS_TRACE_LEVEL_INFO,
                                 "Failed to enable ARPOFfloadFeature %d",
                                 vstatus);
                     }