projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04d0f1b
)
libata: Add a space to " 2GB ATA Flash Disk" DMA blacklist entry
author
Prarit Bhargava
<prarit@redhat.com>
Thu, 23 Aug 2012 19:11:52 +0000
(15:11 -0400)
committer
Jeff Garzik
<jgarzik@redhat.com>
Sat, 25 Aug 2012 14:16:45 +0000
(10:16 -0400)
commit
d70e551c8e1ecb6f20422f8db6bfe6a0049edcb8
, Add " 2GB ATA Flash
Disk"/"ADMA428M" to DMA blacklist, should have added a space before 2GB.
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/libata-core.c
b/drivers/ata/libata-core.c
index 5eee1c1537d22896386df1a10c38aa33b82be658..8e1039c8e15975aced4e6a359dc4a0451a58bc4b 100644
(file)
--- a/
drivers/ata/libata-core.c
+++ b/
drivers/ata/libata-core.c
@@
-4062,7
+4062,7
@@
static const struct ata_blacklist_entry ata_device_blacklist [] = {
{ "_NEC DV5800A", NULL, ATA_HORKAGE_NODMA },
{ "SAMSUNG CD-ROM SN-124", "N001", ATA_HORKAGE_NODMA },
{ "Seagate STT20000A", NULL, ATA_HORKAGE_NODMA },
- { "
2GB ATA Flash Disk", "ADMA428M",
ATA_HORKAGE_NODMA },
+ { "
2GB ATA Flash Disk", "ADMA428M",
ATA_HORKAGE_NODMA },
/* Odd clown on sil3726/4726 PMPs */
{ "Config Disk", NULL, ATA_HORKAGE_DISABLE },