regulator: Fix typo (shuting/shutting)
Submitted by: Jose Luis Duran (github pull #151)
This commit is contained in:
parent
c118994f1b
commit
0a3e29bd2d
@ -174,7 +174,7 @@ regulator_shutdown(void *dummy)
|
||||
TAILQ_FOREACH(entry, ®node_list, reglist_link) {
|
||||
if (entry->std_param.always_on == 0 && disable) {
|
||||
if (bootverbose)
|
||||
printf("regulator: shuting down %s\n",
|
||||
printf("regulator: shutting down %s\n",
|
||||
entry->name);
|
||||
ret = regnode_status(entry, &status);
|
||||
if (ret == 0 && status == REGULATOR_STATUS_ENABLED)
|
||||
|
Loading…
Reference in New Issue
Block a user