Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89773
b: refs/heads/master
c: 17b7a8d
h: refs/heads/master
i:
  89771: 7549a94
v: v3
  • Loading branch information
Al Viro authored and James Bottomley committed Apr 17, 2008
1 parent e1daf00 commit 641a721
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ee95a16d3950367d32beb6ffed287666631dbda9
refs/heads/master: 17b7a8de3bf1eb2cba14d5c8d919e55d511d8a71
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libsas/sas_ata.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ static int sas_discover_sata_dev(struct domain_device *dev)
/* incomplete response */
SAS_DPRINTK("sending SET FEATURE/PUP_STBY_SPIN_UP to "
"dev %llx\n", SAS_ADDR(dev->sas_addr));
if (!le16_to_cpu(identify_x[83] & (1<<6)))
if (!(identify_x[83] & cpu_to_le16(1<<6)))
goto cont1;
res = sas_issue_ata_cmd(dev, ATA_SET_FEATURES,
ATA_FEATURE_PUP_STBY_SPIN_UP,
Expand Down

0 comments on commit 641a721

Please sign in to comment.