mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 07:02:29 -04:00
staging: vt6656: fix module_param_named tx_buffers variable
Should point to vnt_tx_buffers Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
76d382fc80
commit
1b6953dde4
@@ -79,7 +79,7 @@ MODULE_PARM_DESC(rx_buffers, "Number of receive usb rx buffers");
|
||||
|
||||
#define TX_DESC_DEF0 64
|
||||
static int vnt_tx_buffers = TX_DESC_DEF0;
|
||||
module_param_named(tx_buffers, vnt_rx_buffers, int, 0644);
|
||||
module_param_named(tx_buffers, vnt_tx_buffers, int, 0644);
|
||||
MODULE_PARM_DESC(tx_buffers, "Number of receive usb tx buffers");
|
||||
|
||||
#define RTS_THRESH_DEF 2347
|
||||
|
||||
Reference in New Issue
Block a user