diff options
| author | Tom Rini <[email protected]> | 2023-04-27 16:33:58 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-27 16:33:58 -0400 |
| commit | b197f1f05dee730e173a0756cb1a5f2be5d3ba5b (patch) | |
| tree | 1a6497490d05e29ed05e14a94e7fdbfb31b35b6a /test | |
| parent | caf0a88d9f317aecada0cece5d7f9df371058805 (diff) | |
| parent | 22a7ae3675899985964eaec418474ab525975c0e (diff) | |
Merge branch '2023-04-27-IDE-code-cleanups'
To quote the author:
This code was converted to driver model a long time again but it was a
pretty rough conversion. It introduced a few minor bugs, e.g. the device
capacity is incorrect and some flags are lost (such as lba48).
This series tidies up the code and fixes these bugs. This involves quite
a bit of refactoring, so it is done one patch at a time for easier
review.
Diffstat (limited to 'test')
| -rw-r--r-- | test/boot/bootdev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/boot/bootdev.c b/test/boot/bootdev.c index 0899c78c2c4..8cf3f30e0f7 100644 --- a/test/boot/bootdev.c +++ b/test/boot/bootdev.c @@ -376,7 +376,6 @@ static int bootdev_test_cmd_hunt(struct unit_test_state *uts) ut_assert_nextline("Hunting with: simple_bus"); ut_assert_nextline("Found 2 extension board(s)."); ut_assert_nextline("Hunting with: ide"); - ut_assert_nextline("Bus 0: not available "); /* mmc hunter has already been used so should not run again */ @@ -487,7 +486,6 @@ static int bootdev_test_hunt_prio(struct unit_test_state *uts) /* now try a different priority, verbosely */ ut_assertok(bootdev_hunt_prio(BOOTDEVP_5_SCAN_SLOW, true)); ut_assert_nextline("Hunting with: ide"); - ut_assert_nextline("Bus 0: not available "); ut_assert_nextline("Hunting with: usb"); ut_assert_nextline( "Bus usb@1: scanning bus usb@1 for devices... 5 USB Device(s) found"); |
