projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9825d73
)
[PATCH] initializer entry defined twice in pata_rz1000
author
Ira Snyder
<
[email protected]
>
Fri, 15 Dec 2006 21:08:52 +0000
(13:08 -0800)
committer
Jeff Garzik
<
[email protected]
>
Sat, 16 Dec 2006 15:45:28 +0000
(10:45 -0500)
This removes the extra definition of the .error_handler member
in the pata_rz1000 driver.
Signed-off-by: Ira W. Snyder <
[email protected]
>
Cc: Jeff Garzik <
[email protected]
>
Cc: Alan Cox <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/ata/pata_rz1000.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_rz1000.c
b/drivers/ata/pata_rz1000.c
index 3677c642c9f9c47f107cf50339f79f381b3da767..adf4cc134f25caca498a3e27a8699f25137699a9 100644
(file)
--- a/
drivers/ata/pata_rz1000.c
+++ b/
drivers/ata/pata_rz1000.c
@@
-105,8
+105,6
@@
static struct ata_port_operations rz1000_port_ops = {
.exec_command = ata_exec_command,
.dev_select = ata_std_dev_select,
- .error_handler = rz1000_error_handler,
-
.bmdma_setup = ata_bmdma_setup,
.bmdma_start = ata_bmdma_start,
.bmdma_stop = ata_bmdma_stop,