i40e: remove useless debug noise
authorShannon Nelson <shannon.nelson@intel.com>
Tue, 11 Nov 2014 20:05:00 +0000 (20:05 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 6 Dec 2014 11:27:16 +0000 (03:27 -0800)
commit038861b21b9d01aa70d00a4f0d2edf8ba1112b5b
treea55ccc10345bdc979112941a494a28b37b2ca644
parent2352b849a4b10a543db4d6aa9c962165a0dded58
i40e: remove useless debug noise

This message really doesn't give any useful information and ends up
getting printed every service_task loop in the Linux driver, filling the
logfile with noise when AQ tracing is enabled.  This patch simply removes
the noise.

Change-ID: I30ad51e6b03c7ad12a7d9c102def0087db622df3
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Acked-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_adminq.c
drivers/net/ethernet/intel/i40evf/i40e_adminq.c