mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 09:41:03 +02:00
USB: serial: digi_acceleport: drop unused in-buf define
Drop the in-buf size define which has not been used since the port
buffers were removed by commit 5fea2a4dab ("USB: digi_acceleport
further buffer clean up").
Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
parent
747e057e55
commit
6f04e550a6
|
|
@ -32,10 +32,6 @@
|
|||
/* so we can be sure to send the full buffer in one urb */
|
||||
#define DIGI_OUT_BUF_SIZE 8
|
||||
|
||||
/* port input buffer length -- must be >= transfer buffer length - 3 */
|
||||
/* so we can be sure to hold at least one full buffer from one urb */
|
||||
#define DIGI_IN_BUF_SIZE 64
|
||||
|
||||
/* retry timeout while sleeping */
|
||||
#define DIGI_RETRY_TIMEOUT (HZ/10)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user