Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293007
b: refs/heads/master
c: cb48d67
h: refs/heads/master
i:
  293005: d4c6f32
  293003: 5ffa99b
  292999: 90d5738
  292991: 916ef95
v: v3
  • Loading branch information
Dan Williams authored and James Bottomley committed Feb 29, 2012
1 parent f174d84 commit 6de19a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f41a0c441c3fe43e79ebeb75584dbb5bfa83e5cd
refs/heads/master: cb48d672bfeb4147f3e20d5b16fa2eb6377231e2
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/libsas/sas_ata.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ static int sas_ata_hard_reset(struct ata_link *link, unsigned int *class,
struct domain_device *dev = ap->private_data;
struct sas_internal *i = dev_to_sas_internal(dev);

if (test_bit(SAS_DEV_GONE, &dev->state))
return -ENODEV;

res = i->dft->lldd_I_T_nexus_reset(dev);

if (res != TMF_RESP_FUNC_COMPLETE)
Expand Down

0 comments on commit 6de19a4

Please sign in to comment.