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


Ignore:
Timestamp:
2011-07-12T20:15:37Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb212e7
Parents:
9d4c1b6
Message:

UHCI: Simplify interrupt handler check.

File:
1 edited

Legend:

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

    r9d4c1b6 rfc6e607  
    8181                return;
    8282        }
    83         hc_t *hc = &uhci->hc;
    8483        const uint16_t status = IPC_GET_ARG1(*call);
    85         hc_interrupt(hc, status);
     84        hc_interrupt(&uhci->hc, status);
    8685}
    8786/*----------------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.