Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1600868 > unrolled thread

[PATCH 4/4] cdc-acm: remove unused element of struct acm

Started byTobias Herzog <t-herzog@gmx.de>
First post2017-03-14 21:20 +0100
Last post2017-03-14 21:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/4] cdc-acm: remove unused element of struct acm Tobias Herzog <t-herzog@gmx.de> - 2017-03-14 21:20 +0100

#1600868 — [PATCH 4/4] cdc-acm: remove unused element of struct acm

FromTobias Herzog <t-herzog@gmx.de>
Date2017-03-14 21:20 +0100
Subject[PATCH 4/4] cdc-acm: remove unused element of struct acm
Message-ID<tl15f-5mY-17@gated-at.bofh.it>
write_used was introduced with commit 884b600f63dc ("[PATCH] USB: fix acm
trouble with terminals") but never used since.

Signed-off-by: Tobias Herzog <t-herzog@gmx.de>
---
 drivers/usb/class/cdc-acm.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/class/cdc-acm.h b/drivers/usb/class/cdc-acm.h
index bc07fb2..a916c62 100644
--- a/drivers/usb/class/cdc-acm.h
+++ b/drivers/usb/class/cdc-acm.h
@@ -100,7 +100,6 @@ struct acm {
 	spinlock_t read_lock;
 	u8 *notification_buffer;			/* to reassemble fragmented notifications */
 	unsigned int nb_index;
-	int write_used;					/* number of non-empty write buffers */
 	int transmitting;
 	spinlock_t write_lock;
 	struct mutex mutex;
-- 
2.1.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web