From 420a3173f0f7d2bd35f32be437e4888a82047560 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 19 Oct 2009 16:16:54 +0200 Subject: commands: remove maxargs No need to check for maximum argument counts. The commands are safe to be called with more arguments, so lets safe some bytes. Signed-off-by: Sascha Hauer --- commands/umount.c | 1 - 1 file changed, 1 deletion(-) (limited to 'commands/umount.c') diff --git a/commands/umount.c b/commands/umount.c index 44b8407e16..d0ac5256e8 100644 --- a/commands/umount.c +++ b/commands/umount.c @@ -43,7 +43,6 @@ static const __maybe_unused char cmd_umount_help[] = "umount a filesystem mounted on a specific mountpoint\n"; U_BOOT_CMD_START(umount) - .maxargs = 2, .cmd = do_umount, .usage = "umount a filesystem", U_BOOT_CMD_HELP(cmd_umount_help) -- cgit v1.2.3