]> git.baikalelectronics.ru Git - kernel.git/commit
cxgb3: fix up vpd strings for kstrto*()
authorSteve Wise <swise@opengridcomputing.com>
Thu, 18 Feb 2016 14:34:24 +0000 (06:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Feb 2016 20:49:31 +0000 (15:49 -0500)
commitefcefeada615ef73345a0e433ecb8886b71ab6f2
tree95a017bd4b07638853150e223d6c9dded99d29cf
parentefbfb89c8a93460eea15fcf396a242813ae00be2
cxgb3: fix up vpd strings for kstrto*()

The vpd strings are left justified, in a fixed length array, with possible
trailing white space and no NUL.  So fix them up before calling kstrto*().

This is a recent regression which causes cxgb3 to fail to load.

Fixes: 1b3bc07 ("cxgb3: Convert simple_strtoul to kstrtox")
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c