aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/cppi_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/musb/cppi_dma.c')
-rw-r--r--drivers/usb/musb/cppi_dma.c2
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 */
753static int cppi_rx_rndis = 1; 753static bool cppi_rx_rndis = 1;
754 754
755module_param(cppi_rx_rndis, bool, 0); 755module_param(cppi_rx_rndis, bool, 0);
756MODULE_PARM_DESC(cppi_rx_rndis, "enable/disable RX RNDIS heuristic"); 756MODULE_PARM_DESC(cppi_rx_rndis, "enable/disable RX RNDIS heuristic");