diff options
Diffstat (limited to 'drivers/usb/musb/cppi_dma.c')
-rw-r--r-- | drivers/usb/musb/cppi_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/cppi_dma.c b/drivers/usb/musb/cppi_dma.c index 53be7aef6308..66bc376005d2 100644 --- a/drivers/usb/musb/cppi_dma.c +++ b/drivers/usb/musb/cppi_dma.c | |||
@@ -750,7 +750,7 @@ cppi_next_tx_segment(struct musb *musb, struct cppi_channel *tx) | |||
750 | * So this module parameter lets the heuristic be disabled. When using | 750 | * So this module parameter lets the heuristic be disabled. When using |
751 | * gadgetfs, the heuristic will probably need to be disabled. | 751 | * gadgetfs, the heuristic will probably need to be disabled. |
752 | */ | 752 | */ |
753 | static int cppi_rx_rndis = 1; | 753 | static bool cppi_rx_rndis = 1; |
754 | 754 | ||
755 | module_param(cppi_rx_rndis, bool, 0); | 755 | module_param(cppi_rx_rndis, bool, 0); |
756 | MODULE_PARM_DESC(cppi_rx_rndis, "enable/disable RX RNDIS heuristic"); | 756 | MODULE_PARM_DESC(cppi_rx_rndis, "enable/disable RX RNDIS heuristic"); |