Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ee291a4 authored by Mark Brown's avatar Mark Brown Committed by Liam Girdwood
Browse files

regulator: Fix warning with CONFIG_BUG disabled

parent 4662db44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ static unsigned int wm831x_dcdc_get_mode(struct regulator_dev *rdev)
		return REGULATOR_MODE_IDLE;
	default:
		BUG();
		return -EINVAL;
	}
}