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:
c7e9cb4
)
pata_netcell: Fix typo
author
Alan Cox
<alan@linux.intel.com>
Mon, 8 Jun 2009 11:31:00 +0000
(12:31 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 8 Jun 2009 16:12:28 +0000
(09:12 -0700)
The previous patch submission had a I typo I didn't catch but Bartlomiej
noted. Guess this proves the point about any patch being risky late in an rc
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/ata/pata_netcell.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/pata_netcell.c
b/drivers/ata/pata_netcell.c
index 9a698097134b093522d701211f30b2bb7bccc5f2..f0d52f72f5bb0b9d88800f0db89f4cccba40069f 100644
(file)
--- a/
drivers/ata/pata_netcell.c
+++ b/
drivers/ata/pata_netcell.c
@@
-26,7
+26,7
@@
static unsigned int netcell_read_id(struct ata_device *adev,
unsigned int err_mask = ata_do_dev_read_id(adev, tf, id);
/* Firmware forgets to mark words 85-87 valid */
if (err_mask == 0)
- id[ATA_ID_CSF_DEFAULT] |= 0x
04
00;
+ id[ATA_ID_CSF_DEFAULT] |= 0x
40
00;
return err_mask;
}