]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40e: re-use %*ph specifier to hexdump a data
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 2 Oct 2015 09:18:16 +0000 (12:18 +0300)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 23 Oct 2015 12:22:13 +0000 (05:22 -0700)
commita3524e95ac5339e9b65dba2228f3f7efd27648cf
treec6e013d0edfd3db33bd0e6d54029dbbe6018732b
parent0e320516b280a8cf7258d9d41e7140563dd7c027
i40e: re-use %*ph specifier to hexdump a data

Instead of using a custom approach change the code to use %*ph format
specifier.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@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