diff options
author | Tejun Heo <tj@kernel.org> | 2014-07-30 20:49:04 +0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-07-30 20:49:04 +0400 |
commit | e8f781836dc3335b5533f6e177a105bbe3ee7345 (patch) | |
tree | b6f05b7bf6e69bcc436ab894b7dc84c28c746d1a /drivers/ata/ahci_platform.c | |
parent | 19f5be0f40922717e2b6e39a9822e7e7f30fd81f (diff) | |
parent | 1a112d10f03e83fb3a2fdc4c9165865dec8a3ca6 (diff) | |
download | linux-e8f781836dc3335b5533f6e177a105bbe3ee7345.tar.xz |
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata into for-3.17
The scheduled ahci platform patches depend on change in
for-3.16-fixes. Pull it into for-3.17.
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/ahci_platform.c')
-rw-r--r-- | drivers/ata/ahci_platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c index ebe505c17763..b10d81ddb528 100644 --- a/drivers/ata/ahci_platform.c +++ b/drivers/ata/ahci_platform.c @@ -58,7 +58,7 @@ static int ahci_probe(struct platform_device *pdev) } if (of_device_is_compatible(dev->of_node, "hisilicon,hisi-ahci")) - hflags |= AHCI_HFLAG_NO_FBS; + hflags |= AHCI_HFLAG_NO_FBS | AHCI_HFLAG_NO_NCQ; rc = ahci_platform_init_host(pdev, hpriv, &ahci_port_info, hflags, 0, 0); |