RE: [PATCH v2 net-next 1/2] i40e: fix hw_dbg usage in i40e_hmc_get_object_va

2019-09-04 Thread Bowers, AndrewX
kub Kicinski ; > maur...@linux.vnet.ibm.com > Subject: [PATCH v2 net-next 1/2] i40e: fix hw_dbg usage in > i40e_hmc_get_object_va > > The mentioned function references a i40e_hw attribute, as parameter for > hw_dbg, but it doesn't exist in the function scope. > Fixes i

[PATCH v2 net-next 1/2] i40e: fix hw_dbg usage in i40e_hmc_get_object_va

2019-09-03 Thread Mauro S. M. Rodrigues
The mentioned function references a i40e_hw attribute, as parameter for hw_dbg, but it doesn't exist in the function scope. Fixes it by changing parameters from i40e_hmc_info to i40e_hw which can retrieve the necessary i40e_hmc_info. v2: - Fixed reverse xmas tree code style issue as suggested by