OSDN Git Service

net:xen-netback - Change 1 to true for bool type variable.
authorShailendra Verma <shailendra.capricorn@gmail.com>
Mon, 25 May 2015 17:49:31 +0000 (23:19 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 May 2015 20:34:35 +0000 (16:34 -0400)
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>
drivers/net/xen-netback/netback.c

index 4de46aa..792ada6 100644 (file)
@@ -52,7 +52,7 @@
  * 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);
 
 /* The time that packets can stay on the guest Rx internal queue