Re: [PATCH v2 1/1] cxgb3: fix up vpd strings for kstrto*()

2016-02-19 Thread David Miller
From: Steve Wise Date: Thu, 18 Feb 2016 06:34:24 -0800 > 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

[PATCH v2 1/1] cxgb3: fix up vpd strings for kstrto*()

2016-02-18 Thread Steve Wise
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