Revision 1003e19c466dc37812b5f88b2d5308ee63bb3fa0 authored by Steve Wise on 18 February 2016, 14:34:24 UTC, committed by David S. Miller on 19 February 2016, 20:49:31 UTC
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>
1 parent c868ee7
History
File Mode Size
fdp
microread
nfcmrvl
nxp-nci
pn544
s3fwrn5
st-nci
st21nfca
st95hf
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 596 bytes
mei_phy.c -rw-r--r-- 9.1 KB
mei_phy.h -rw-r--r-- 1.2 KB
nfcsim.c -rw-r--r-- 11.3 KB
nfcwilink.c -rw-r--r-- 13.1 KB
pn533.c -rw-r--r-- 75.7 KB
port100.c -rw-r--r-- 40.1 KB
trf7970a.c -rw-r--r-- 60.9 KB

back to top