|
@@ -250,7 +250,7 @@ void spi_emit_fasync(struct spi_port *port, int n)
|
|
|
|
|
|
|
|
void spi_emit_nop(struct spi_port *port, int n) {
|
|
void spi_emit_nop(struct spi_port *port, int n) {
|
|
|
int i;
|
|
int i;
|
|
|
- for (i = 0; i < n; n++) {
|
|
|
|
|
|
|
+ for (i = 0; i < n; ++i) {
|
|
|
spi_emit_buf(port, "\x0", 1);
|
|
spi_emit_buf(port, "\x0", 1);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|