i40e/i40evf: remove chatty reset messages
authorMitch Williams <mitch.a.williams@intel.com>
Sat, 10 May 2014 04:49:11 +0000 (04:49 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 8 Jun 2014 09:01:53 +0000 (02:01 -0700)
commit63158f916f21b986743d0cb6f9e273d54a01ce7e
tree3fe02a16bded677209a3099719788c6395baceee
parentddfda80f04f139fd147f1c517e79390daa157f27
i40e/i40evf: remove chatty reset messages

Both the PF side and the VF side of the VF reset process are too noisy.
We already warn the user that a reset is happening, and that is
sufficient.

Because some of these message are inside if statements, we have to
rejigger the brackets at the same time to keep our coding style
consistent.

Change-ID: Id175562fb0ec7c396d9de156b4890e136f52d5f4
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/i40evf/i40evf_main.c