Changeset ff6dd73 in mainline for uspace/drv/bus/usb/ohci/ohci.c


Ignore:
Timestamp:
2011-08-31T17:49:05Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
70fb822
Parents:
b991d37
Message:

ohci: rename file batch ⇒ ohci_batch in reparation for further changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci.c

    rb991d37 rff6dd73  
    9191            &dev_to_ohci(fun->dev)->hc.generic.dev_manager;
    9292
    93         usb_address_t addr = usb_device_keeper_find(manager, handle);
     93        const usb_address_t addr = usb_device_keeper_find(manager, handle);
    9494        if (addr < 0) {
    9595                return addr;
Note: See TracChangeset for help on using the changeset viewer.