提交 07216b55 编写于 作者: M Mark Brown

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

...@@ -284,7 +284,7 @@ static void parse_opts(int argc, char *argv[]) ...@@ -284,7 +284,7 @@ static void parse_opts(int argc, char *argv[])
static void transfer_escaped_string(int fd, char *str) 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 *tx;
uint8_t *rx; uint8_t *rx;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册