mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 13:51:44 +00:00
Merge remote-tracking branch 'spi/fix/spidev' into spi-linus
This commit is contained in:
commit
07216b5503
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user