summaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2010-08-07 12:30:03 +0200
committerJiri Kosina <jkosina@suse.cz>2010-08-09 11:25:17 +0200
commit426d31071ac476ea62c62656b242930c17b58c00 (patch)
tree9c68a1adc490e903c5a9cd192f54caa204bdc18d /drivers/ata
parenteef35c2d41ddcc653c20d26b977acaa45c811e1f (diff)
downloadop-kernel-dev-426d31071ac476ea62c62656b242930c17b58c00.zip
op-kernel-dev-426d31071ac476ea62c62656b242930c17b58c00.tar.gz
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')
-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 9cae65d..be7b1b2 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)
host->ports[0]->ioaddr.ctl_addr = (void *)res->start;
if (peripheral_request_list(atapi_io_port, "atapi-io-port")) {
- dev_err(&pdev->dev, "Requesting Peripherals faild\n");
+ dev_err(&pdev->dev, "Requesting Peripherals failed\n");
return -EFAULT;
}
OpenPOWER on IntegriCloud