Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a8e20ca authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "fastboot: demote OS X USB error." am: 9426110d am: eca3e92f

am: d2107eaf

Change-Id: I85b5ed2d739ad11b000c7221c39d70715cd0224c
parents 41a2246f d2107eaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ static int try_interfaces(IOUSBDeviceInterface500** dev, usb_handle* handle) {
    kr = (*dev)->CreateInterfaceIterator(dev, &request, &iterator);

    if (kr != 0) {
        ERR("Couldn't create a device interface iterator: (%08x)\n", kr);
        WARN("Couldn't create a device interface iterator: (%08x)\n", kr);
        return -1;
    }