On 7/17/24 18:28, Tzung-Bi Shih wrote:
On Wed, Jul 17, 2024 at 10:14:49AM -0700, Guenter Roeck wrote:
On 7/17/24 06:36, Tzung-Bi Shih wrote:
On Tue, Jul 16, 2024 at 04:00:49PM -0700, Guenter Roeck wrote:
@@ -88,25 +88,16 @@ struct max6639_data {
static int max6639_temp_read_input(struct device *dev, int channel, long *temp)
{
+ u32 regs[2] = {MAX6639_REG_TEMP_EXT(channel), MAX6639_REG_TEMP(channel) };
^ ^
To be consistent, either drop the space or insert an extra space otherwise.
Good point. I added the space.
With that,
Reviewed-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>
Thanks a lot for the reviews !
Guenter