Re: [PATCH 5/6] hwmon: (max6639) Use multi-byte regmap operations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

Thanks,
Guenter





[Index of Archives]     [LM Sensors]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux