Commit 07216b55 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'spi/fix/spidev' into spi-linus

parents 08895a8b 0278b34b
......@@ -284,7 +284,7 @@ static void parse_opts(int argc, char *argv[])
static void transfer_escaped_string(int fd, char *str)
{
size_t size = strlen(str + 1);
size_t size = strlen(str);
uint8_t *tx;
uint8_t *rx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment