Commit c2dbe3c6 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Alessandro Rubini

spec: remove unnecessary printfs

parent 6951974a
......@@ -23,13 +23,11 @@ void spec_main_loop(struct pp_instance *ppi)
while (1) {
unsigned char packet[1500];
/* Wait for a packet or for the timeout */
pp_printf("wait for packet\n");
while (delay_ms && !minic_poll_rx()) {
spec_udelay(1000);
delay_ms--;
}
if (!minic_poll_rx()) {
pp_printf("timeout\n");
delay_ms = pp_state_machine(ppi, NULL, 0);
continue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment