]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Rework around device/function capabilities
authorAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tue, 3 Sep 2019 08:31:08 +0000 (01:31 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 5 Sep 2019 15:13:41 +0000 (08:13 -0700)
commit71e3e18b8955ab45bac7be83f107b46ca74071c6
tree4cd173cbb760e4ff55d14bbccd97547f2d13c0e1
parent5220da21c70e3c729c4c919a65a2b6ae261e48b8
ice: Rework around device/function capabilities

ice_parse_caps is printing capabilities in a different way when
compared to the variable names. This makes it difficult to search for
the right strings in the debug logs. So this patch updates the
print strings to be exactly the same as the fields' name in the
structure.

Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_common.c