Re: [U-Boot] [PATCH v2] lib, vsprintf: introduce strict_strtoul

2011-05-12 Thread Wolfgang Denk
Dear Heiko Schocher, In message <1304408029-16785-1-git-send-email...@denx.de> you wrote: > as checkpatch proposes to use strict_strtoul instead of > simple_strtoul, introduce it. > > Ported this function from Linux 2.6.38 commit ID: > 521cb40b0c44418a4fd36dc633f575813d59a43d > > Signed-off-by:

[U-Boot] [PATCH v2] lib, vsprintf: introduce strict_strtoul

2011-05-03 Thread Heiko Schocher
as checkpatch proposes to use strict_strtoul instead of simple_strtoul, introduce it. Ported this function from Linux 2.6.38 commit ID: 521cb40b0c44418a4fd36dc633f575813d59a43d Signed-off-by: Heiko Schocher cc: Wolfgang Denk cc: Detlev Zundel cc: Valentin Longchamp cc: Holger Brunck Signed-o