dect
/
linux-2.6
Archived
13
0
Fork 0

regulator: Fix warning with CONFIG_BUG disabled

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
Mark Brown 2011-02-02 20:17:22 +00:00 committed by Liam Girdwood
parent 4662db4461
commit 9ee291a453
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ static unsigned int wm831x_dcdc_get_mode(struct regulator_dev *rdev)
return REGULATOR_MODE_IDLE;
default:
BUG();
return -EINVAL;
}
}