aboutsummaryrefslogtreecommitdiff
path: root/cmd/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/spi.c')
-rw-r--r--cmd/spi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/spi.c b/cmd/spi.c
index 454ebe37d7..f30018f33b 100644
--- a/cmd/spi.c
+++ b/cmd/spi.c
@@ -112,6 +112,9 @@ int do_spi(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
if ((flag & CMD_FLAG_REPEAT) == 0)
{
+ if (argc < 2)
+ return CMD_RET_USAGE;
+
if (argc >= 2) {
mode = CONFIG_DEFAULT_SPI_MODE;
bus = dectoul(argv[1], &cp);