pwm(8): do not exit with failure after successfully reading configuration

MFC after:	1 week
This commit is contained in:
Andriy Gapon 2020-09-25 07:54:38 +00:00
parent e08dc44162
commit 31b0753da3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366143

View file

@ -176,7 +176,6 @@ main(int argc, char *argv[])
state.period,
state.duty,
state.enable);
goto fail;
} else {
if (action & PWM_ENABLE)
state.enable = true;