1. 31 7月, 2016 1 次提交
  2. 28 7月, 2016 1 次提交
    • W
      ethtool: fix wrong assignment for global variable · 682cb8ff
      Wei Jiangang 提交于
      In python, variables that are only referenced inside a function
      are implicitly global. And if a variable is assigned a new value
      anywhere within the function's body, it's assumed to be a local.
      
      so ethtool_save_params() doesn't truely store the ethtool status
      into global variable 'pretest_status'. we can simply make use of
      by 'global' to fix the problem, but it's not a good method.
      Signed-off-by: NWei Jiangang <weijg.fnst@cn.fujitsu.com>
      682cb8ff
  3. 27 7月, 2016 3 次提交
  4. 22 7月, 2016 2 次提交
  5. 18 7月, 2016 5 次提交
  6. 15 7月, 2016 3 次提交
  7. 14 7月, 2016 2 次提交
  8. 12 7月, 2016 2 次提交
  9. 11 7月, 2016 4 次提交
  10. 08 7月, 2016 4 次提交
  11. 07 7月, 2016 3 次提交
  12. 06 7月, 2016 1 次提交
  13. 05 7月, 2016 5 次提交
  14. 04 7月, 2016 2 次提交
  15. 01 7月, 2016 2 次提交