]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit649f178d0a877503ad38858af927c833e64f3fde
tree46f1527954c353917d17f75cc2c019bd000fcf99
parent3bca57d64c2fc972925e7c7d6bbf719879124e14
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