i40e: fix annoying message
authorJesse Brandeburg <[email protected]>
Sat, 3 Oct 2015 00:57:21 +0000 (17:57 -0700)
committerJeff Kirsher <[email protected]>
Fri, 23 Oct 2015 01:06:18 +0000 (18:06 -0700)
commite9e53662d8130dd950885e37dc1d97008e1283f9
tree88559ad3073d6e38a1a9a0fd1eea7eaac58475a3
parent74a6c66565f5f4eda4aaae53e2e325deeedeaca2
i40e: fix annoying message

The driver was printing a message about not being able
to assign VMDq because of a lack of MSI-X vectors.

This was because a line was missing that initialized a variable,
simply a merge error.

Signed-off-by: Jesse Brandeburg <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/i40e/i40e_main.c