The variable separate_tx_rx_irq is bool type so assigning true
instead of 1.
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit
c489dbb1892ed02fa01e1423968f7dfea462a486)
Orabug:
27125766
Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
Reviewed-by: HÃ¥kon Bugge <haakon.bugge@oracle.com>
* event channels are limited resource. Split event channels are
* enabled by default.
*/
-bool separate_tx_rx_irq = 1;
+bool separate_tx_rx_irq = true;
module_param(separate_tx_rx_irq, bool, 0644);
/* Provide an option to skip using the internal queue between sender