* [PATCH] sparse fix: initializer entry defined twice in pata_rz1000
@ 2006-11-22 18:18 Ira Snyder
0 siblings, 0 replies; only message in thread
From: Ira Snyder @ 2006-11-22 18:18 UTC (permalink / raw)
To: trivial; +Cc: linux-kernel
[PATCH] sparse fix: initializer entry defined twice in pata_rz1000
This removes the extra definition of the .error_handler member
in the pata_rz1000 driver.
Signed-off-by: Ira W. Snyder <kernel@irasnyder.com>
---
commit f84c313680a21fd6c487ac17f69c4c115472e257
tree 6fbf62c0d7dff66229e1c5f48721acd704b4e07e
parent e368d421bd8aef91af4013f1c289c6192f9a3e64
author Ira W. Snyder <kernel@irasnyder.com> Sun, 19 Nov 2006 23:40:03 -0800
committer Ira W. Snyder <kernel@irasnyder.com> Sun, 19 Nov 2006 23:40:03 -0800
drivers/ata/pata_rz1000.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/ata/pata_rz1000.c b/drivers/ata/pata_rz1000.c
index 4533b63..4747e89 100644
--- a/drivers/ata/pata_rz1000.c
+++ b/drivers/ata/pata_rz1000.c
@@ -103,8 +103,6 @@ static struct ata_port_operations rz1000
.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,
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-22 18:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-22 18:18 [PATCH] sparse fix: initializer entry defined twice in pata_rz1000 Ira Snyder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox