- Timestamp:
- 2011-02-01T23:18:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 787421c
- Parents:
- 52fb76e
- File:
- 
      - 1 edited
 
 - 
          
  uspace/lib/usb/src/pipes.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/lib/usb/src/pipes.cr52fb76e r2a11192 82 82 my_address = usb_drv_get_my_address(hc_phone, device); 83 83 if (my_address < 0) { 84 return my_address; 84 rc = my_address; 85 goto leave; 85 86 } 86 87 … … 88 89 hc_handle, my_address); 89 90 91 leave: 92 ipc_hangup(hc_phone); 90 93 return rc; 91 94 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
