]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bnx2x: Replace custom scnprintf()
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Thu, 27 Apr 2017 13:36:59 +0000 (16:36 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 May 2017 02:28:00 +0000 (22:28 -0400)
commit55b218c12c1d03c6f415f6d3ce929741b15b2dd3
tree76aa8be7a5654815f6c4f2d41c7a62f70568208c
parent4750c7be5bcf2b2a6e0217d44499364ba67adec9
bnx2x: Replace custom scnprintf()

Use scnprintf() when printing version instead of custom open coded variants.

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Yuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c