Commit 2a6b6c9
selftests: harness: remove unneeded __constructor_order_last()
__constructor_order_last() is unneeded.
If __constructor_order_last() is not called on backward-order systems,
__constructor_order will remain 0 instead of being set to
_CONSTRUCTOR_ORDER_BACKWARD (= -1).
__LIST_APPEND() will still take the 'else' branch, so there is no
difference in the behavior.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>1 parent f0a1ffa commit 2a6b6c9
4 files changed
Lines changed: 1 addition & 28 deletions
File tree
- tools/testing/selftests
- drivers/s390x/uvdevice
- hid
- rtc
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | 260 | | |
267 | 261 | | |
268 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1331 | 1331 | | |
1332 | 1332 | | |
1333 | 1333 | | |
1334 | | - | |
1335 | | - | |
1336 | | - | |
1337 | | - | |
1338 | | - | |
1339 | | - | |
1340 | 1334 | | |
1341 | 1335 | | |
1342 | 1336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | 491 | | |
498 | 492 | | |
499 | 493 | | |
| |||
891 | 885 | | |
892 | 886 | | |
893 | 887 | | |
894 | | - | |
895 | 888 | | |
896 | 889 | | |
897 | 890 | | |
| |||
1337 | 1330 | | |
1338 | 1331 | | |
1339 | 1332 | | |
1340 | | - | |
1341 | | - | |
| 1333 | + | |
1342 | 1334 | | |
1343 | 1335 | | |
1344 | 1336 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | 413 | | |
421 | 414 | | |
422 | 415 | | |
| |||
0 commit comments