1. 26 1月, 2010 1 次提交
    • B
      qlge: Only free resources if they were allocated · 4f9a91c8
      Breno Leitao 提交于
      Currently qlge tries to release regions even if they were not allocated.
      This causes messages like the following in the kernel log
      
      Trying to free nonexistent resource <00000000006af400-00000000006af4ff>
      Trying to free nonexistent resource <00003c04ff9f4000-00003c04ff9f7fff>
      Trying to free nonexistent resource <00003c04ffc00000-00003c04ffcfffff>
      
      This patch fixes the goto logic in order to not release the resources
      if they were not allocated.
      Signed-off-by: NBreno Leitao <leitao@linux.vnet.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4f9a91c8
  2. 25 1月, 2010 3 次提交
  3. 24 1月, 2010 1 次提交
  4. 23 1月, 2010 10 次提交
  5. 22 1月, 2010 5 次提交
  6. 21 1月, 2010 20 次提交