diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-08-31 00:03:49 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-31 00:03:49 -0400 |
commit | 85cd7251b9112e3dabeac9fd3b175601ca607241 (patch) | |
tree | b33b80f54883e224a586661165bd0aee2c47ed39 /drivers/ata/pata_it8172.c | |
parent | 481ff126e8d9be63809e7854badf815e54066eed (diff) |
[libata #pata-drivers] Trim trailing whitespace.
Diffstat (limited to 'drivers/ata/pata_it8172.c')
-rw-r--r-- | drivers/ata/pata_it8172.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_it8172.c b/drivers/ata/pata_it8172.c index f8367191fc7b..53d35bb6fcf9 100644 --- a/drivers/ata/pata_it8172.c +++ b/drivers/ata/pata_it8172.c | |||
@@ -58,7 +58,7 @@ static int it8172_pre_reset(struct ata_port *ap) | |||
58 | }; | 58 | }; |
59 | 59 | ||
60 | struct pci_dev *pdev = to_pci_dev(ap->host->dev); | 60 | struct pci_dev *pdev = to_pci_dev(ap->host->dev); |
61 | 61 | ||
62 | if (ap->port_no && !pci_test_config_bits(pdev, &it8172_enable_bits[ap->port_no])) { | 62 | if (ap->port_no && !pci_test_config_bits(pdev, &it8172_enable_bits[ap->port_no])) { |
63 | ata_port_disable(ap); | 63 | ata_port_disable(ap); |
64 | printk(KERN_INFO "ata%u: port disabled. ignoring.\n", ap->id); | 64 | printk(KERN_INFO "ata%u: port disabled. ignoring.\n", ap->id); |