[PATCH] sparse fix: initializer entry defined twice in pata_rz1000

From: Ira Snyder
Date: Wed Nov 22 2006 - 13:19:16 EST


[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@xxxxxxxxxxxxx>

---
commit f84c313680a21fd6c487ac17f69c4c115472e257
tree 6fbf62c0d7dff66229e1c5f48721acd704b4e07e
parent e368d421bd8aef91af4013f1c289c6192f9a3e64
author Ira W. Snyder <kernel@xxxxxxxxxxxxx> Sun, 19 Nov 2006 23:40:03 -0800
committer Ira W. Snyder <kernel@xxxxxxxxxxxxx> 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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/