Commit d47be58
timers/migration: Read childmask and parent pointer in a single place
Reading the childmask and parent pointer is required when propagating
changes through the hierarchy. At the moment this reads are spread all over
the place which makes it harder to follow.
Move those reads to a single place to keep code clean.
Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20240716-tmigr-fixes-v4-5-757baa7803fe@linutronix.de1 parent 3ba1110 commit d47be58
1 file changed
Lines changed: 5 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| 538 | + | |
538 | 539 | | |
539 | 540 | | |
540 | 541 | | |
| |||
647 | 648 | | |
648 | 649 | | |
649 | 650 | | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | 651 | | |
654 | 652 | | |
655 | 653 | | |
| |||
1027 | 1025 | | |
1028 | 1026 | | |
1029 | 1027 | | |
1030 | | - | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
1034 | 1031 | | |
1035 | | - | |
1036 | 1032 | | |
1037 | 1033 | | |
1038 | 1034 | | |
| |||
1110 | 1106 | | |
1111 | 1107 | | |
1112 | 1108 | | |
1113 | | - | |
| 1109 | + | |
1114 | 1110 | | |
1115 | 1111 | | |
1116 | 1112 | | |
| |||
1135 | 1131 | | |
1136 | 1132 | | |
1137 | 1133 | | |
1138 | | - | |
1139 | | - | |
1140 | | - | |
1141 | 1134 | | |
1142 | 1135 | | |
1143 | 1136 | | |
| |||
1309 | 1302 | | |
1310 | 1303 | | |
1311 | 1304 | | |
1312 | | - | |
1313 | | - | |
1314 | | - | |
1315 | 1305 | | |
1316 | 1306 | | |
1317 | 1307 | | |
| |||
0 commit comments