Skip to content

Commit

Permalink
Merge remote-tracking branch 'spi/fix/spidev' into spi-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Sep 30, 2016
2 parents 08895a8 + 0278b34 commit 07216b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/spi/spidev_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 07216b5

Please sign in to comment.