Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

Pull hwmon bugfix from Guenter Roeck:
"Fix a bug in the ds1621 driver"

* tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
hwmon: (ds1621) Update zbits after conversion rate change

+1
+1
drivers/hwmon/ds1621.c
··· 309 309 data->conf |= (resol << DS1621_REG_CONFIG_RESOL_SHIFT); 310 310 i2c_smbus_write_byte_data(client, DS1621_REG_CONF, data->conf); 311 311 data->update_interval = ds1721_convrates[resol]; 312 + data->zbits = 7 - resol; 312 313 mutex_unlock(&data->update_lock); 313 314 314 315 return count;