projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
460f531
)
[libata] pata_at91: fix backslash-continued string
author
Jeff Garzik
<jeff@garzik.org>
Thu, 4 Feb 2010 06:09:54 +0000
(
01:09
-0500)
committer
Jeff Garzik
<jgarzik@redhat.com>
Mon, 1 Mar 2010 19:58:46 +0000
(14:58 -0500)
Noticed and rough patch by Joe Perches.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_at91.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_at91.c
b/drivers/ata/pata_at91.c
index
41c94b1
..
376dd38
100644
(file)
--- a/
drivers/ata/pata_at91.c
+++ b/
drivers/ata/pata_at91.c
@@
-153,8
+153,8
@@
static void pata_at91_set_piomode(struct ata_port *ap, struct ata_device *adev)
/* Compute ATA timing and set it to SMC */
ret = ata_timing_compute(adev, adev->pio_mode, &timing, 1000, 0);
if (ret) {
- dev_warn(ap->dev, "Failed to compute ATA timing %d,
\
-
set PIO_0 timing\n", ret);
+ dev_warn(ap->dev, "Failed to compute ATA timing %d,
"
+
"
set PIO_0 timing\n", ret);
set_smc_timing(ap->dev, info, &initial_timing);
} else {
set_smc_timing(ap->dev, info, &timing);