1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/netronome/nfp/flower
John Hurley 7d26c96052 nfp: flower: fix size_t compile warning
A recent addition to NFP introduced a function that formats a string with
a size_t variable. This is formatted with %ld which is fine on 64-bit
architectures but produces a compile warning on 32-bit architectures.

Fix this by using the z length modifier.

Fixes: a6156a6ab0f9 ("nfp: flower: handle merge hint messages")
Signed-off-by: John Hurley <john.hurley@netronome.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-19 11:56:40 -07:00
..
action.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2019-04-05 14:14:19 -07:00
cmsg.c nfp: flower: fix size_t compile warning 2019-04-19 11:56:40 -07:00
cmsg.h nfp: flower: offload merge flows 2019-04-15 15:45:36 -07:00
lag_conf.c nfp: flower: use the common netdev notifier 2018-11-07 11:45:22 -08:00
main.c nfp: flower: support fallback packets from internal ports 2019-04-15 15:45:36 -07:00
main.h nfp: flower: offload merge flows 2019-04-15 15:45:36 -07:00
Makefile nfp: add Makefiles to all directories 2018-02-22 15:22:50 -05:00
match.c nfp: flower: allow offloading of matches on 'internal' ports 2019-04-15 15:45:36 -07:00
metadata.c nfp: flower: offload merge flows 2019-04-15 15:45:36 -07:00
offload.c nfp: flower: fix implicit fallthrough warning 2019-04-16 21:42:06 -07:00
tunnel_conf.c nfp: flower: allow tunnels to output to internal port 2019-04-15 15:45:36 -07:00