Re: [PATCH] regulator: tps65910: fix BUG_ON() shown with vrtc regulator

2012-10-17 Thread Mark Brown
On Mon, Oct 15, 2012 at 05:45:58PM +0530, AnilKumar Ch wrote: > Fix BUG_ON() error if tps65910 VRTC regulator is used with out > rdev->desc->volt_table data. Recent changes in regulator core driver > which add support for "regulator_list_voltage_table" have BUG_ON() if > regulator descriptor do not

[PATCH] regulator: tps65910: fix BUG_ON() shown with vrtc regulator

2012-10-15 Thread AnilKumar Ch
Fix BUG_ON() error if tps65910 VRTC regulator is used with out rdev->desc->volt_table data. Recent changes in regulator core driver which add support for "regulator_list_voltage_table" have BUG_ON() if regulator descriptor do not voltage table information. This patch adds the voltage table informat