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
tegra
Kconfig -rw-r--r-- 3.9 KB
Makefile -rw-r--r-- 542 bytes
atmel-sdramc.c -rw-r--r-- 2.6 KB
emif.c -rw-r--r-- 54.7 KB
emif.h -rw-r--r-- 19.1 KB
fsl-corenet-cf.c -rw-r--r-- 6.7 KB
fsl_ifc.c -rw-r--r-- 8.9 KB
jz4780-nemc.c -rw-r--r-- 9.7 KB
mvebu-devbus.c -rw-r--r-- 9.9 KB
of_memory.c -rw-r--r-- 4.8 KB
of_memory.h -rw-r--r-- 1.1 KB
omap-gpmc.c -rw-r--r-- 62.9 KB
pl172.c -rw-r--r-- 8.1 KB
tegra20-mc.c -rw-r--r-- 5.9 KB
ti-aemif.c -rw-r--r-- 11.8 KB

back to top