Changeset f5718c79 in mainline for uspace/drv/block/usbmast
- Timestamp:
- 2018-02-03T10:24:07Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7cba9f7
- Parents:
- eb862fd
- git-author:
- Petr Manek <petr.manek@…> (2018-02-02 20:00:25)
- git-committer:
- Petr Manek <petr.manek@…> (2018-02-03 10:24:07)
- File:
- 
      - 1 edited
 
 - 
          
  uspace/drv/block/usbmast/scsi_ms.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/drv/block/usbmast/scsi_ms.creb862fd rf5718c79 291 291 rc = usbmast_run_cmd(mfun, &cmd); 292 292 293 293 if (rc != EOK) { 294 294 usb_log_error("Read Capacity (10) transport failed, device %s: %s.", 295 295 usb_device_get_name(mfun->mdev->usb_dev), str_error(rc)); … … 449 449 const errno_t rc = usbmast_run_cmd(mfun, &cmd); 450 450 451 451 if (rc != EOK) { 452 452 usb_log_error("Synchronize Cache (10) transport failed, device %s: %s.", 453 453 usb_device_get_name(mfun->mdev->usb_dev), str_error(rc)); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
