[roll] Roll fuchsia [driver_manager] Fix ALREADY_BOUND for drivers in index.

If a driver is already bound to the device, MatchDevice() should fail.
If there are no non-driver-index drivers that match, then no check for
ALREADY_BOUND would occur, because the driver index code path doesn't
have one. Fix this by adding a check that matches the check for
non-driver-index drivers.

The non-driver-index code path performs this check already, and other
instances where MatchDeviceDriverIndex is called behave similarly. It
seems only possible to hit this codepath when calling an explicit
BindDevice().

Original-Bug: 84001
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/576021
Original-Revision: 4a3ead099e13bd3acbe1aa0a6ef2e7271ac3f837
GitOrigin-RevId: a1cdee5b8d7255b9282113ce8a67199dcef117b1
Change-Id: I95bd63c92950b619434aa63a6c4f9080417e8f71
1 file changed
tree: 4d3e2e0224621b78a0fc62800126c2635bf71cf5
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.