commit | adcc5705991ce3162fc204da9a673d9fe2cc5bf0 | [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 | c4aaf2e0a6b6d215b5b6146b5502200f67d2ad0a [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>