aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-02-18 11:58:44 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-02-18 11:58:44 -0500
commit44f61e6c269e0a85b6cac608c6ee29d3dbbf21ad (patch)
treed816b63f2e22a62d21c09aeacc01e058c69852a8 /drivers
parent7806057274c493d53a214232d4df6f96aadc7547 (diff)
Clean this commitwip-mc
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ata/ahci-tegra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci-tegra.c b/drivers/ata/ahci-tegra.c
index 52b5820ac05..49a5bd14614 100644
--- a/drivers/ata/ahci-tegra.c
+++ b/drivers/ata/ahci-tegra.c
@@ -797,6 +797,7 @@ static void tegra_ahci_controller_remove(struct platform_device *pdev)
797{ 797{
798 struct ata_host *host = dev_get_drvdata(&pdev->dev); 798 struct ata_host *host = dev_get_drvdata(&pdev->dev);
799 struct tegra_ahci_host_priv *tegra_hpriv; 799 struct tegra_ahci_host_priv *tegra_hpriv;
800 u32 status;
800 801
801#ifdef CONFIG_PM 802#ifdef CONFIG_PM
802 /* call tegra_ahci_controller_suspend() to power-down the SATA */ 803 /* call tegra_ahci_controller_suspend() to power-down the SATA */