serial.c: Minor cosmetic fix.
This commit is contained in:
parent
a82635f252
commit
1a54044299
|
@ -253,6 +253,7 @@ SR_PRIV int serial_read(struct sr_serial_dev_inst *serial, void *buf,
|
||||||
// return SR_ERR;
|
// return SR_ERR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ret >= 0)
|
||||||
sr_spew("Read %d/%d bytes (fd %d).", ret, count, serial->fd);
|
sr_spew("Read %d/%d bytes (fd %d).", ret, count, serial->fd);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in New Issue