1. 24 5月, 2013 4 次提交
  2. 23 5月, 2013 2 次提交
  3. 20 5月, 2013 5 次提交
  4. 08 5月, 2013 1 次提交
  5. 02 5月, 2013 2 次提交
  6. 01 5月, 2013 2 次提交
  7. 30 4月, 2013 2 次提交
  8. 25 4月, 2013 7 次提交
  9. 24 4月, 2013 1 次提交
  10. 23 4月, 2013 6 次提交
  11. 20 4月, 2013 2 次提交
  12. 19 4月, 2013 2 次提交
  13. 17 4月, 2013 1 次提交
  14. 11 4月, 2013 2 次提交
  15. 10 4月, 2013 1 次提交
    • J
      tg3: Use bool not int · 953c96e0
      Joe Perches 提交于
      Using bool can make code more readable.
      
      Convert uses and tests of int to bool.
      
      This also makes a comparison of tg3->link_up
      (itself bool) a bool comparison instead of int.
      
      Reorder stack variable declarations to make
      bool fit declaration holes where appropriate.
      
      $ size drivers/net/ethernet/broadcom/tg3.o*
         text	   data	    bss	    dec	    hex	filename
       169958	  27249	  58896	 256103	  3e867	drivers/net/ethernet/broadcom/tg3.o.new
       169968	  27249	  58896	 256113	  3e871	drivers/net/ethernet/broadcom/tg3.o.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Reviewed-by: NMichael Chan <mchan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      953c96e0