Attention is currently required from: Anastasia Klimchuk, Miklós Márton.
5 comments:
File ni845x_spi.c:
Patch Set #3, Line 432: const struct ni845x_spi_data *data = flash->mst->spi.data;
I think data shall not be const here. See comments below.
Done
Patch Set #3, Line 456: &io_voltage_in_mV,
The io_voltage_in_mV is not defined anymore. […]
Done
Patch Set #3, Line 481: &io_voltage_in_mV,
Same as in line 456
Done
Patch Set #3, Line 566: unsigned char CS_number;
The CS_number shall be initialized with 0, io_voltage_in_mV could be removed.
Done
Patch Set #3, Line 635: data->io_voltage_in_mV = io_voltage_in_mV;
data->io_voltage_in_mV = requested_io_voltage_mV; […]
I've just dropped this line, because `io_voltage_in_mV` will be set in the `usb8452_spi_set_io_voltage()`
To view, visit change 72160. To unsubscribe, or for help writing mail filters, visit settings.