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-- 741 bytes
Makefile -rw-r--r-- 572 bytes
clk-bcm21664.c -rw-r--r-- 7.4 KB
clk-bcm281xx.c -rw-r--r-- 9.5 KB
clk-bcm2835-aux.c -rw-r--r-- 2.5 KB
clk-bcm2835.c -rw-r--r-- 43.9 KB
clk-bcm63xx.c -rw-r--r-- 775 bytes
clk-cygnus.c -rw-r--r-- 8.5 KB
clk-iproc-armpll.c -rw-r--r-- 7.5 KB
clk-iproc-asiu.c -rw-r--r-- 6.6 KB
clk-iproc-pll.c -rw-r--r-- 18.3 KB
clk-iproc.h -rw-r--r-- 4.6 KB
clk-kona-setup.c -rw-r--r-- 21.8 KB
clk-kona.c -rw-r--r-- 33.2 KB
clk-kona.h -rw-r--r-- 17.4 KB
clk-ns2.c -rw-r--r-- 8.8 KB
clk-nsp.c -rw-r--r-- 4.2 KB

back to top