]> git.karo-electronics.de Git - karo-tx-linux.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)
commit1003e19c466dc37812b5f88b2d5308ee63bb3fa0
tree95a017bd4b07638853150e223d6c9dded99d29cf
parentc868ee7063bdb53f3ef9eac7bcec84960980b471
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: e72c932 ("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