]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: refactor AQ CMD buffer debug printing
authorAlan Brady <alan.brady@intel.com>
Mon, 12 Dec 2016 23:44:13 +0000 (15:44 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 19 Feb 2017 04:35:36 +0000 (20:35 -0800)
commit107a794393d616752abb0aae3f121d6301ea50c6
tree77bdcec2d362bfb3b9bb24153b36dded37d0e12e
parentb9775778fbc8c1bc157202345aa6c30ef4e6ecf3
i40e: refactor AQ CMD buffer debug printing

This patch refactors the '%*ph' printk format specifier to instead use
the print_hex_dump function, as recommended by the '%*ph' documentation.
This produces better/more standardized output.

Change-ID: Id56700b4e8abc40ff8c04bc8379e7df04cb4d6fd
Signed-off-by: Alan Brady <alan.brady@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_common.c
drivers/net/ethernet/intel/i40evf/i40e_common.c