[qca-nss-drv] Convert unnecessary warnings to info for ipv4/ipv6
Change-Id: I9eeb68157a01324f2f79439f15dc7e0d71b1876d
Signed-off-by: Cemil Coskun <ccoskun@codeaurora.org>
diff --git a/nss_ipv4.c b/nss_ipv4.c
index 2693957..2ad87fb 100644
--- a/nss_ipv4.c
+++ b/nss_ipv4.c
@@ -1,6 +1,6 @@
/*
**************************************************************************
- * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2019, The Linux Foundation. All rights reserved.
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright notice and this permission notice appear in all copies.
@@ -401,7 +401,7 @@
}
nss_ipv4_conn_cfg = ntohl(nirccm->num_conn);
- nss_warning("%p: IPv4 connection configuration success: %d\n", nss_ctx, nim->cm.error);
+ nss_info("%p: IPv4 connection configuration success: %d\n", nss_ctx, nim->cm.error);
}
/*
@@ -536,7 +536,7 @@
(ipv4_num_conn < NSS_MIN_NUM_CONN)) {
nss_warning("%p: input supported connections (%d) does not adhere\
specifications\n1) not multiple of 1024,\n2) is less than \
- min val: %d, OR\n IPv4/6 total exceeds %d\n",
+ min val: %d, OR\n IPv4/6 total exceeds %d\n",
nss_ctx,
ipv4_num_conn,
NSS_MIN_NUM_CONN,