diff options
author | Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com> | 2021-03-26 19:43:42 +0100 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2021-04-08 10:21:37 -0700 |
commit | 6b5674fe6b9bf05394886ebcec62b2d7dae88c42 (patch) | |
tree | 560cb2f9485934188aaade587ab09d97b80ab7a6 /drivers/net/phy/Kconfig | |
parent | d6d04ee6d2c9bb5084c8f6074195d6aa0024e825 (diff) |
i40e: Fix sparse error: 'vsi->netdev' could be null
Remove vsi->netdev->name from the trace.
This is redundant information. With the devinfo trace, the adapter
is already identifiable.
Previously following error was produced when compiling against sparse.
i40e_main.c:2571 i40e_sync_vsi_filters() error:
we previously assumed 'vsi->netdev' could be null (see line 2323)
Fixes: b603f9dc20af ("i40e: Log info when PF is entering and leaving Allmulti mode.")
Signed-off-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Tested-by: Dave Switzer <david.switzer@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/phy/Kconfig')
0 files changed, 0 insertions, 0 deletions