Compare commits
12 Commits
5358f50837
...
443c947541
| Author | SHA1 | Date | |
|---|---|---|---|
| 443c947541 | |||
| 1c739860c5 | |||
| 46bb4fe2b1 | |||
| 7e675d131b | |||
| a54e5a9b4e | |||
| b59d77a00b | |||
| 1bbca06882 | |||
| fb3917b475 | |||
| 134d7900fa | |||
| 4b0a419a77 | |||
| 61f279a442 | |||
| 904ab2c764 |
@@ -1457,7 +1457,7 @@ static int tegra_powergate_init(struct tegra_pmc *pmc,
|
||||
if (!np)
|
||||
return 0;
|
||||
|
||||
for_each_available_child_of_node_scoped(np, child) {
|
||||
for_each_child_of_node_scoped(np, child) {
|
||||
err = tegra_powergate_add(pmc, child);
|
||||
if (err < 0)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user