4 comments:
Patch Set #6, Line 11: The process would be
Format this as a list? […]
Done
Patch Set #6, Line 11: protectoin
protection
Done
ret |= realtek_mst_i2c_spi_write_register(fd, 0xF4, 0x9F);
ret |= realtek_mst_i2c_spi_write_register(fd, 0xF5, GPIO_CONFIG_ADDRESS >> 8);
ret |= realtek_mst_i2c_spi_write_register(fd, 0xF4, GPIO_CONFIG_ADDRESS & 0xFF);
Adding the last write inside the function makes it a write-function. […]
Done
Patch Set #6, Line 182: (toggle ? 0x01 : 0x00)
agreed, and toggle could really be typed as a bool as well imho.
Done
To view, visit change 46089. To unsubscribe, or for help writing mail filters, visit settings.