Attention is currently required from: Nicholas Chin.
2 comments:
File ch347_spi.c:
Patch Set #5, Line 290: int index = 0;
I just noticed this when testing your patch. […]
When the clock is set error, index=1, set default 30MHz clock.
Patch Set #5, Line 370: msg_pinfo("CH347 SPI clock set to %s.\n", spispeeds[index].name);
If the spispeed parameter is invalid, `index` is 8 here, so this prints out `CH347 SPI clock set to […]
Done
To view, visit change 82776. To unsubscribe, or for help writing mail filters, visit settings.