Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199768
b: refs/heads/master
c: 68939ce
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Jun 2, 2010
1 parent 0a117d3 commit f401d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 72ec24bd7725545bc149d80cbd21a7578d9aa206
refs/heads/master: 68939ce5fc17ee9c03ef6e543d4f82bd9f5583d4
5 changes: 2 additions & 3 deletions trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4119,9 +4119,8 @@ int ata_dev_revalidate(struct ata_device *dev, unsigned int new_class,
dev->n_sectors > n_sectors && dev->n_sectors == n_native_sectors) {
ata_dev_printk(dev, KERN_WARNING,
"new n_sectors matches native, probably "
"late HPA unlock, continuing\n");
/* keep using the old n_sectors */
dev->n_sectors = n_sectors;
"late HPA unlock, n_sectors updated\n");
/* use the larger n_sectors */
return 0;
}

Expand Down

0 comments on commit f401d5c

Please sign in to comment.