commit | 61189556692e8e58c97e764d6b3f24db5cd243de | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Wed May 03 10:29:01 2017 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed May 31 03:10:16 2017 -0700 |
tree | 5e8e471b3635ba88e3decd7c405d7b665b6b2fc5 | |
parent | 2955faca0403a4f6029d589f60ff44be09f24859 [diff] |
i40e: use pf data structure directly in i40e_ptp_rx_hang There's no reason to pass a *vsi pointer if we already have the *pf pointer in the only location where we call this function. Lets update the signature and directly pass the *pf data structure pointer. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>