i40e: use dev_dbg instead of dev_info when warning about missing routine
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 7 Jun 2017 09:43:03 +0000 (05:43 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 21 Jun 2017 01:17:10 +0000 (18:17 -0700)
commit59e331e36ef934791947a616cc578bf3c62a019c
tree46f1527954c353917d17f75cc2c019bd000fcf99
parent7c32b1e650752408a8dcc7a85f1776c2e24ea1da
i40e: use dev_dbg instead of dev_info when warning about missing routine

When searching for the vf_capability client routine, dev_info() was
used, instead of the normal dev_dbg(). This causes the message to be
displayed at standard log levels which can cause administrators to
worry. Avoid this by using dev_dbg instead.

Copyright updated to 2017.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_client.c