Skip to content
Snippets Groups Projects
Commit f6724cd4 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

i40e: Fix uninitialized variable mfs_max


The variable mfs_max is not initialized and is being compared to find
the maximum value. Fix this by initializing it to 0.

Addresses-Coverity: ("Uninitialized scalar variable")
Fixes: 90bc8e00 ("i40e: Add hardware configuration for software based DCB")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 93e8990c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment