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)
commit5c875c1af8dc69e64e0e457956b4271eac792733
tree4cd173cbb760e4ff55d14bbccd97547f2d13c0e1
parentdd47e1fd8650417af7956c63f46b000ad0e314f5
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