diff options
| author | Michal Kalderon <[email protected]> | 2020-01-27 13:26:19 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-01-27 13:35:32 +0000 |
| commit | 2d22bc8354b15abe413dff76cfe0f7aeb88ef9aa (patch) | |
| tree | 5d80763940f4b880ed09365cd68f7329362fcdea /drivers/net/ethernet/qlogic/qed/qed_dev.c | |
| parent | qed: rt init valid initialization changed (diff) | |
| download | kernel-2d22bc8354b15abe413dff76cfe0f7aeb88ef9aa.tar.gz kernel-2d22bc8354b15abe413dff76cfe0f7aeb88ef9aa.zip | |
qed: FW 8.42.2.0 debug features
Add to debug dump more information on the platform it was collected
from (pci func, path id).
Provide human readable reg fifo erros.
Removed static debug arrays from HSI Functions, and move them to
the hwfn.
Some structures were slightly changed (removing reserved chip id
for example) which lead to many long initializations being modified
with one parameter less during initialization. This leads to
some long diffs that don't really change anything.
Signed-off-by: Ariel Elior <[email protected]>
Signed-off-by: Michal Kalderon <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qed/qed_dev.c')
| -rw-r--r-- | drivers/net/ethernet/qlogic/qed/qed_dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qlogic/qed/qed_dev.c b/drivers/net/ethernet/qlogic/qed/qed_dev.c index 3fb73ce8c1d6..7912911337d4 100644 --- a/drivers/net/ethernet/qlogic/qed/qed_dev.c +++ b/drivers/net/ethernet/qlogic/qed/qed_dev.c @@ -2346,7 +2346,7 @@ int qed_resc_alloc(struct qed_dev *cdev) if (rc) goto alloc_err; - rc = qed_dbg_alloc_user_data(p_hwfn); + rc = qed_dbg_alloc_user_data(p_hwfn, &p_hwfn->dbg_user_info); if (rc) goto alloc_err; } |
