]> git.baikalelectronics.ru Git - kernel.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)
commit87b7437463ad00b697506158de69dc29d013807a
tree76aa8be7a5654815f6c4f2d41c7a62f70568208c
parent54393a4576df4f715e7f19a1936a55f3ce9e19cf
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