commit | b918088753eec768f46182ed658635b25bcb56dc | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Apr 07 09:38:54 2015 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 07 09:38:54 2015 -0400 |
tree | 00d701adb0d0b60738a407e481223dc66f1d5064 | |
parent | c78219008d293eaa4823db3d3021fd6d1b6fe4dd [diff] |
cmd_mem.c: Update 'iteration_limit' to unsigned long With e37f1eb we now use strict_strtoul() in do_mem_mtest() and this gives us a warning: ../include/vsprintf.h:38:5: note: expected 'long unsigned int *' but argument is of type 'int *' Signed-off-by: Tom Rini <trini@konsulko.com>