From: AnilKumar Ch Date: Mon, 15 Oct 2012 12:15:58 +0000 (+0530) Subject: regulator: tps65910: fix BUG_ON() shown with vrtc regulator X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~35^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9a5659ac61b9e21d17993a6c0fbbeb83e182526;p=pandora-kernel.git regulator: tps65910: fix BUG_ON() shown with vrtc regulator 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 information to fix the issue. Signed-off-by: AnilKumar Ch Signed-off-by: Mark Brown --- Reading git-diff-tree failed