net/qede/base: correct MCP error handler log verbosity
authorRasesh Mody <rasesh.mody@cavium.com>
Sat, 8 Sep 2018 20:30:55 +0000 (13:30 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 27 Sep 2018 23:41:01 +0000 (01:41 +0200)
Correct the verbosity for slowpath message from DCB to SP.

Signed-off-by: Rasesh Mody <rasesh.mody@cavium.com>
drivers/net/qede/base/ecore_mcp.c

index 1b6fc0a..1b6eb94 100644 (file)
@@ -1989,7 +1989,7 @@ ecore_mcp_read_ufp_config(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt)
                DP_NOTICE(p_hwfn, false, "Unknown Host priority control %d\n",
                          val);
 
-       DP_VERBOSE(p_hwfn, ECORE_MSG_DCB,
+       DP_VERBOSE(p_hwfn, ECORE_MSG_SP,
                   "UFP shmem config: mode = %d tc = %d pri_type = %d\n",
                   p_hwfn->ufp_info.mode, p_hwfn->ufp_info.tc,
                   p_hwfn->ufp_info.pri_type);