[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_ipv6.c b/nss_ipv6.c
index 850ba49..02a4b0b 100644
--- a/nss_ipv6.c
+++ b/nss_ipv6.c
@@ -1,6 +1,6 @@
/*
**************************************************************************
- * Copyright (c) 2014-2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2014-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.
@@ -404,7 +404,7 @@
nss_ipv6_conn_cfg = ntohl(nirccm->num_conn);
- nss_warning("%p: IPv6 connection configuration success: %d\n", nss_ctx, nim->cm.error);
+ nss_info("%p: IPv6 connection configuration success: %d\n", nss_ctx, nim->cm.error);
}
/*
@@ -433,7 +433,7 @@
conn);
goto fail;
}
- nss_warning("%p: CE Memory allocated for IPv6 Connections: %d\n",
+ nss_info("%p: CE Memory allocated for IPv6 Connections: %d\n",
nss_ctx,
conn);
@@ -445,7 +445,7 @@
conn);
goto fail;
}
- nss_warning("%p: CME Memory allocated for IPv6 Connections: %d\n",
+ nss_info("%p: CME Memory allocated for IPv6 Connections: %d\n",
nss_ctx,
conn);
@@ -546,7 +546,7 @@
(ipv6_num_conn < NSS_MIN_NUM_CONN)) {
nss_warning("%p: input supported connections (%d) does not adhere\
specifications\n1) not power of 2,\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,
ipv6_num_conn,
NSS_MIN_NUM_CONN,