]> git.baikalelectronics.ru Git - kernel.git/commit
e1000e: cleanup boolean comparison to true
authorDavid Ertman <davidx.m.ertman@intel.com>
Fri, 30 Aug 2013 05:45:25 +0000 (05:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 13 Sep 2013 17:06:55 +0000 (10:06 -0700)
commit63f007c2db5f7103fb44eb02af37d129191b41ae
tree4a553add0c3f44bded904cc0144166e977c6d035
parent5e0db9b4f002f59d6461cbce4be3f6963f8c8231
e1000e: cleanup boolean comparison to true

Removing a comparison to the boolean value true where simply interrogating
the lvalue will produce the same result.

Signed-off-by: David Ertman <davidx.m.ertman@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/netdev.c