1. 08 9月, 2012 1 次提交
    • S
      bcma: don't leak memory for PCIE, MIPS, GBIT cores · ee915927
      Saul St. John 提交于
      bcma_scan_bus allocates a bcma_core for each core found on the bus, but the
      memory for cores handled by the bcma driver itself was not being freed when
      the bus was unregistered. This patch adds special handling for the PCIE,
      MIPS, and GBIT COMMON cores, to ensure that their memory allocation is
      freed as well.
      
      Note that this patch doesn't address the memory allocated for the CC core,
      as that was corrected in my previous patch "bcma: register cc core driver,
      device."
      
      Cc: Rafał Miłecki <zajec5@gmail.com>
      Signed-off-by: NSaul St. John <saul.stjohn@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ee915927
  2. 05 9月, 2012 3 次提交
  3. 04 9月, 2012 1 次提交
  4. 22 8月, 2012 6 次提交
  5. 20 8月, 2012 1 次提交
  6. 14 8月, 2012 1 次提交
  7. 11 8月, 2012 27 次提交