From: Ira Snyder <kernel@irasnyder.com>
To: trivial@kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] sparse fix: initializer entry defined twice in pata_rz1000
Date: Wed, 22 Nov 2006 10:18:02 -0800 [thread overview]
Message-ID: <20061122101802.7b035434.kernel@irasnyder.com> (raw)
[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,
reply other threads:[~2006-11-22 18:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061122101802.7b035434.kernel@irasnyder.com \
--to=kernel@irasnyder.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.