Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145543
b: refs/heads/master
c: 5284c6b
h: refs/heads/master
i:
  145541: d6265b2
  145539: 6a18a6d
  145535: 3152019
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jun 8, 2009
1 parent 608c0e8 commit 8986ee7
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: c7e9cb4c0c6d6807e9b07ec1b01fecac0c7b0532
refs/heads/master: 5284c6b99ea017f73c09b50f34a637ff9d5d26a0
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_netcell.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static unsigned int netcell_read_id(struct ata_device *adev,
unsigned int err_mask = ata_do_dev_read_id(adev, tf, id);
/* Firmware forgets to mark words 85-87 valid */
if (err_mask == 0)
id[ATA_ID_CSF_DEFAULT] |= 0x0400;
id[ATA_ID_CSF_DEFAULT] |= 0x4000;
return err_mask;
}

Expand Down

0 comments on commit 8986ee7

Please sign in to comment.