diff options
author | Arnd Bergmann <[email protected]> | 2023-03-31 09:48:56 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-03-31 09:29:53 +0100 |
commit | c5b959eeb7f9e40673b97c08c71cbfff5f5923f2 (patch) | |
tree | ed14007a4771b1e3d550ef2026f6e8c61b36d4e2 /scripts/gdb/linux/lists.py | |
parent | 154e07c164859fc90bf4e8143f2f6c1af9f3a35e (diff) |
net: netcp: MAX_SKB_FRAGS is now 'int'
The type of MAX_SKB_FRAGS has changed recently, so the debug printk
needs to be updated:
drivers/net/ethernet/ti/netcp_core.c: In function 'netcp_create_interface':
drivers/net/ethernet/ti/netcp_core.c:2084:30: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Werror=format=]
2084 | dev_err(dev, "tx-pool size too small, must be at least %ld\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fixes: 3948b05950fd ("net: introduce a config option to tweak MAX_SKB_FRAGS")
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions