Re: [E1000-devel] [PATCH] e1000e: Assign true and false to bool type variable instead of 1 and 0

2011-12-06 Thread Brandeburg, Jesse
sending this again as it didn't show up on the list for some reason (probably rejected because I pgp signed the message) -Original Message- From: Jesse Brandeburg [mailto:jesse.brandeb...@intel.com] Sent: Tuesday, December 06, 2011 12:10 PM To: Michael Wang Cc:

Re: [E1000-devel] [PATCH] e1000e: Assign true and false to bool type variable instead of 1 and 0

2011-12-06 Thread Michael Wang
On 12/07/2011 04:10 AM, Jesse Brandeburg wrote: On Mon, 5 Dec 2011 17:04:09 -0800 Michael Wang wang...@linux.vnet.ibm.com wrote: Actually, I make this change because of my last patch: e1000e: Avoid wrong check on TX hang And I get the suggestion from David, the mail like below. He want me

Re: [E1000-devel] [PATCH] e1000e: Assign true and false to bool type variable instead of 1 and 0

2011-12-05 Thread Michael Wang
On 12/06/2011 01:28 AM, Jesse Brandeburg wrote: On Sun, 4 Dec 2011 20:04:52 -0800 Michael Wang wang...@linux.vnet.ibm.com wrote: From: Michael Wang wang...@linux.vnet.ibm.com Use true and false instead of 1 and 0 when assign value to a bool type variable. Signed-off-by: Michael Wang

[E1000-devel] [PATCH] e1000e: Assign true and false to bool type variable instead of 1 and 0

2011-12-04 Thread Michael Wang
From: Michael Wang wang...@linux.vnet.ibm.com Use true and false instead of 1 and 0 when assign value to a bool type variable. Signed-off-by: Michael Wang wang...@linux.vnet.ibm.com --- drivers/net/ethernet/intel/e1000e/netdev.c | 34 ++-- 1 files changed, 17