Changes in uspace/drv/bus/usb/ehci/hc.c [68e5406:8d2dd7f2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/hc.c
r68e5406 r8d2dd7f2 96 96 * @param[in] hw_res Device's resources. 97 97 * 98 * @param[out] irq99 *100 98 * @return Error code. 101 99 */ 102 int ehci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res , int *irq)100 int ehci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res) 103 101 { 104 102 assert(code); … … 148 146 RNGABSPTR(regs), RNGSZ(regs), hw_res->irqs.irqs[0]); 149 147 150 *irq = hw_res->irqs.irqs[0]; 151 return EOK; 148 return hw_res->irqs.irqs[0]; 152 149 } 153 150
Note:
See TracChangeset
for help on using the changeset viewer.