i40e: refactor AQ CMD buffer debug printing
commit773d4023badee2e196f4125a94fe9d5a739720a0
authorAlan Brady <alan.brady@intel.com>
Mon, 12 Dec 2016 23:44:13 +0000 (12 15:44 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 19 Feb 2017 04:35:36 +0000 (18 20:35 -0800)
tree77bdcec2d362bfb3b9bb24153b36dded37d0e12e
parent3c234c4709529298498b597bcff35f56ac866a99
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