Changeset 952bc66 in mainline for uspace/drv/bus/usb/uhci/uhci.c


Ignore:
Timestamp:
2013-12-31T00:22:32Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
639db552
Parents:
6576019
Message:

ohci, uhci: Don't unregister interrupt handler on setup failure.

This is handled by the library helper.

File:
1 edited

Legend:

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

    r6576019 r952bc66  
    147147                usb_log_warning("Failed to enable interrupts: %s."
    148148                    " Falling back to polling.\n", str_error(ret));
    149                 unregister_interrupt_handler(device, irq);
    150149        } else {
    151150                usb_log_debug("Hw interrupts enabled.\n");
Note: See TracChangeset for help on using the changeset viewer.