Skip to content
Snippets Groups Projects
Commit 2d5e7c7a authored by Marek Vasut's avatar Marek Vasut Committed by Mike Frysinger
Browse files

cmd_spi: remove superfluous semicolon

parent 4d3c95f5
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ int do_spi (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
cs = bus;
bus = CONFIG_DEFAULT_SPI_BUS;
}
if (*cp == '.');
if (*cp == '.')
mode = simple_strtoul(cp+1, NULL, 10);
}
if (argc >= 3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment