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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6:
regulator: fix enabling regulator issue on max8925

+1 -1
+1 -1
drivers/regulator/max8925-regulator.c
··· 109 109 struct max8925_regulator_info *info = rdev_get_drvdata(rdev); 110 110 int ret; 111 111 112 - ret = max8925_reg_read(info->i2c, info->vol_reg); 112 + ret = max8925_reg_read(info->i2c, info->enable_reg); 113 113 if (ret < 0) 114 114 return ret; 115 115