aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_bf54x.c
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2010-08-07 06:30:03 -0400
committerJiri Kosina <jkosina@suse.cz>2010-08-09 05:25:17 -0400
commit426d31071ac476ea62c62656b242930c17b58c00 (patch)
tree9c68a1adc490e903c5a9cd192f54caa204bdc18d /drivers/ata/pata_bf54x.c
parenteef35c2d41ddcc653c20d26b977acaa45c811e1f (diff)
fix printk typo 'faild'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/ata/pata_bf54x.c')
-rw-r--r--drivers/ata/pata_bf54x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_bf54x.c b/drivers/ata/pata_bf54x.c
index 9cae65de750e..be7b1b21e777 100644
--- a/drivers/ata/pata_bf54x.c
+++ b/drivers/ata/pata_bf54x.c
@@ -1588,7 +1588,7 @@ static int __devinit bfin_atapi_probe(struct platform_device *pdev)
1588 host->ports[0]->ioaddr.ctl_addr = (void *)res->start; 1588 host->ports[0]->ioaddr.ctl_addr = (void *)res->start;
1589 1589
1590 if (peripheral_request_list(atapi_io_port, "atapi-io-port")) { 1590 if (peripheral_request_list(atapi_io_port, "atapi-io-port")) {
1591 dev_err(&pdev->dev, "Requesting Peripherals faild\n"); 1591 dev_err(&pdev->dev, "Requesting Peripherals failed\n");
1592 return -EFAULT; 1592 return -EFAULT;
1593 } 1593 }
1594 1594