mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 07:44:21 +08:00
usb: usbtmc: Remove redundant macro USBTMC_SIZE_IOBUFFER
Signed-off-by: Guido Kiener <guido.kiener@rohde-schwarz.com> Reviewed-by: Steve Bayless <steve_bayless@keysight.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fd784cad03
commit
386be9094f
@ -30,12 +30,6 @@
|
||||
#define USBTMC_HEADER_SIZE 12
|
||||
#define USBTMC_MINOR_BASE 176
|
||||
|
||||
/*
|
||||
* Size of driver internal IO buffer. Must be multiple of 4 and at least as
|
||||
* large as wMaxPacketSize (which is usually 512 bytes).
|
||||
*/
|
||||
#define USBTMC_SIZE_IOBUFFER 2048
|
||||
|
||||
/* Minimum USB timeout (in milliseconds) */
|
||||
#define USBTMC_MIN_TIMEOUT 100
|
||||
/* Default USB timeout (in milliseconds) */
|
||||
|
Loading…
Reference in New Issue
Block a user