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
Kconfig -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 672 bytes
arm-cci.c -rw-r--r-- 57.4 KB
arm-ccn.c -rw-r--r-- 45.1 KB
brcmstb_gisb.c -rw-r--r-- 10.3 KB
imx-weim.c -rw-r--r-- 5.1 KB
mips_cdmm.c -rw-r--r-- 20.1 KB
mvebu-mbus.c -rw-r--r-- 35.2 KB
omap-ocp2scp.c -rw-r--r-- 3.4 KB
omap_l3_noc.c -rw-r--r-- 10.5 KB
omap_l3_noc.h -rw-r--r-- 12.3 KB
omap_l3_smx.c -rw-r--r-- 7.5 KB
omap_l3_smx.h -rw-r--r-- 8.0 KB
simple-pm-bus.c -rw-r--r-- 1.3 KB
sunxi-rsb.c -rw-r--r-- 19.0 KB
uniphier-system-bus.c -rw-r--r-- 7.5 KB
vexpress-config.c -rw-r--r-- 4.6 KB

back to top