| Submitter | Hubert Bailey |
|---|---|
| Date | June 10, 2011, 10:31 a.m. |
| Message ID | <B9B10C29375C5B40A2D240808654F60E5EE470A578@SC-VEXCH2.marvell.com> |
| Download | mbox | patch |
| Permalink | /patch/99875/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c index d38c40f..a2f4b68 100644 --- a/drivers/ata/libahci.c +++ b/drivers/ata/libahci.c @@ -444,6 +444,7 @@ void ahci_save_initial_config(struct device *dev, "controller can do FBS, turning on CAP_FBS\n"); cap |= HOST_CAP_FBS; } + cap &= ~HOST_CAP_FBS; if (force_port_map && port_map != force_port_map) { dev_printk(KERN_INFO, dev, "forcing port_map 0x%x -> 0x%x\n",