Home
last modified time | relevance | path

Searched hist:"59 e331e36ef934791947a616cc578bf3c62a019c" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_client.cdiff 59e331e36ef934791947a616cc578bf3c62a019c Wed Jun 07 11:43:03 CEST 2017 Jacob Keller <jacob.e.keller@intel.com> 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>