1. 02 12月, 2006 1 次提交
    • M
      usb: writing_usb_driver free urb cleanup · 3c8961ee
      Mariusz Kozlowski 提交于
      	Allright. As Greg KH suggested I split this big patch into smaller ones to
      make the changes easier to review. Having no better idea how to split that I 
      split it on a 'patch per file' basis. All those patches clean redundant 'if' before 
      usb_unlink/free/kill_urb():
      
      if (urb)
      	usb_free_urb(urb); /* unlink / free / kill */
      
      I decided not to touch bigger 'if's like 
      
      if (urb) {
      	usb_kill_urb(urb);
      	usb_free_urb(urb);
      	urb = NULL;
      }
      
      as that would be probably too intrusive. One of patches also fixes 
      drivers/usb/misc/auerswald.c memleak I found when digging the code. All those
      patches are against 2.6.19-rc4.
      Signed-off-by: NMariusz Kozlowski <m.kozlowski@tuxland.pl>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      3c8961ee
  2. 04 10月, 2006 1 次提交
  3. 29 10月, 2005 1 次提交
  4. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4