diff options
author | Jakub Kicinski <[email protected]> | 2022-10-02 10:56:50 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-10-03 17:03:25 -0700 |
commit | 899b8cd0d3922f57176f5a7f552ce93d8a5cd90b (patch) | |
tree | ad0a435cbe5bbbd9d2d436e7a2ece3d68766c32c /scripts/generate_rust_analyzer.py | |
parent | b89eced8c329ebadfe704de005a2db1025a4f1ab (diff) |
eth: octeon: fix build after netif_napi_add() changes
Guenter reports I missed a netif_napi_add() call
in one of the platform-specific drivers:
drivers/net/ethernet/cavium/octeon/octeon_mgmt.c: In function 'octeon_mgmt_probe':
drivers/net/ethernet/cavium/octeon/octeon_mgmt.c:1399:9: error: too many arguments to function 'netif_napi_add'
1399 | netif_napi_add(netdev, &p->napi, octeon_mgmt_napi_poll,
| ^~~~~~~~~~~~~~
Reported-by: Guenter Roeck <[email protected]>
Fixes: b48b89f9c189 ("net: drop the weight argument from netif_napi_add")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions