From: Pekka Enberg <penberg@kernel.org>
To: gregkh@suse.de
Cc: linux-kernel@vger.kernel.org, Pekka Enberg <penberg@kernel.org>,
Pavel Machek <pavel@ucw.cz>
Subject: [PATCH 4/4] w35und: Kill struct hwdata ->SurpriseRemoveCount
Date: Mon, 1 Nov 2010 22:29:31 +0200 [thread overview]
Message-ID: <1288643371-10310-4-git-send-email-penberg@kernel.org> (raw)
In-Reply-To: <1288643371-10310-1-git-send-email-penberg@kernel.org>
This patch kills the ->SurpriseRemoveCount member of struct hwdata. It's not
used at all so it's safe to remove it.
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
---
drivers/staging/winbond/wbhal.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/winbond/wbhal.h b/drivers/staging/winbond/wbhal.h
index 1c91588..dcf3b21 100644
--- a/drivers/staging/winbond/wbhal.h
+++ b/drivers/staging/winbond/wbhal.h
@@ -507,8 +507,6 @@ struct hw_data {
u32 RxByteCountLast;
u32 TxByteCountLast;
- atomic_t SurpriseRemoveCount;
-
/* For global timer */
u32 time_count; /* TICK_TIME_100ms 1 = 100ms */
};
--
1.7.0.4
next prev parent reply other threads:[~2010-11-01 20:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-01 20:29 [PATCH 1/4] w35und: Kill empty Mds_Destroy function Pekka Enberg
2010-11-01 20:29 ` [PATCH 2/4] w35und: Kill struct hwdata ->NullPacketCount Pekka Enberg
2010-11-01 21:16 ` Pavel Machek
2010-11-01 20:29 ` [PATCH 3/4] w35und: Kill struct hwdata ->HwStop Pekka Enberg
2010-11-01 20:29 ` Pekka Enberg [this message]
2010-11-01 21:15 ` [PATCH 1/4] w35und: Kill empty Mds_Destroy function Pavel Machek
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=1288643371-10310-4-git-send-email-penberg@kernel.org \
--to=penberg@kernel.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome