Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253998
b: refs/heads/master
c: 3f1e046
h: refs/heads/master
v: v3
  • Loading branch information
Nishanth Aravamudan authored and Jeff Garzik committed Jun 23, 2011
1 parent 57a8043 commit 11e97de
Show file tree
Hide file tree
Showing 2 changed files with 7 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: cd691876d73e24b4c0a2e96993251abbe3a320df
refs/heads/master: 3f1e046ad3370d22d39529103667354eb50abc08
6 changes: 6 additions & 0 deletions trunk/drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -3797,6 +3797,12 @@ EXPORT_SYMBOL_GPL(ata_sas_port_alloc);
*/
int ata_sas_port_start(struct ata_port *ap)
{
/*
* the port is marked as frozen at allocation time, but if we don't
* have new eh, we won't thaw it
*/
if (!ap->ops->error_handler)
ap->pflags &= ~ATA_PFLAG_FROZEN;
return 0;
}
EXPORT_SYMBOL_GPL(ata_sas_port_start);
Expand Down

0 comments on commit 11e97de

Please sign in to comment.