Changeset 6bf9bc4 in mainline


Ignore:
Timestamp:
2011-04-04T20:12:00Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dcaf819
Parents:
df40775 (diff), b6049d7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Final part of USB bandwidth reservation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/hc.c

    rdf40775 r6bf9bc4  
    344344                    batch->target.endpoint, batch->direction, bw);
    345345                if (ret != EOK) {
    346                         usb_log_warning("Failed(%d) to use reserved bw: %s.\n",
     346                        usb_log_error("Failed(%d) to use reserved bw: %s.\n",
    347347                            ret, str_error(ret));
     348                        return ret;
    348349                }
    349350        }
Note: See TracChangeset for help on using the changeset viewer.