Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88054
b: refs/heads/master
c: 15c73d5
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Mar 27, 2008
1 parent 38f58fe commit 047a202
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77cca462c69d827fabee0ef3fdab86109c2fe8d8
refs/heads/master: 15c73d5afd9f7489ca6a71cd0bef60f94c0c85a8
5 changes: 4 additions & 1 deletion trunk/drivers/scsi/libsas/sas_discover.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,14 @@ static void sas_discover_domain(struct work_struct *work)
case FANOUT_DEV:
error = sas_discover_root_expander(dev);
break;
#ifdef CONFIG_SCSI_SAS_ATA
case SATA_DEV:
case SATA_PM:
#ifdef CONFIG_SCSI_SAS_ATA
error = sas_discover_sata(dev);
break;
#else
SAS_DPRINTK("ATA device seen but CONFIG_SCSI_SAS_ATA=N so cannot attach\n");
/* Fall through */
#endif
default:
error = -ENXIO;
Expand Down

0 comments on commit 047a202

Please sign in to comment.