1. 20 4月, 2013 1 次提交
    • J
      usb: storage: Convert US_DEBUGP to usb_stor_dbg · 191648d0
      Joe Perches 提交于
      Use a more current logging style with dev_printk
      where possible.
      
      o Convert uses of US_DEBUGP to usb_stor_dbg
      o Add "struct us_data *" to usb_stor_dbg uses
      o usb_stor_dbg now uses struct device */dev_vprint_emit
      o Removed embedded function names
      o Coalesce formats
      o Remove trailing whitespace
      o Remove useless OOM messages
      o Remove useless function entry/exit logging
      o Convert some US_DEBUGP uses to dev_info and dev_dbg
      
      Object size is slightly reduced when debugging
      is enabled, slightly increased with no debugging
      because some initialization and removal messages
      are now always emitted.
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      191648d0
  2. 18 4月, 2013 1 次提交
    • J
      usb: storage: Add usb_stor_dbg, reduce object size · 75b9130e
      Joe Perches 提交于
      Reduce the size of the objects by consolidating
      the duplicated USB_STORAGE into a single function.
      
      Add function usb_stor_dbg to emit debugging messages.
      Always validate the format and arguments.
      Reduce the number of uses of CONFIG_USB_STORAGE_DEBUG.
      
      Reduces size of objects ~7KB when CONFIG_USB_STORAGE_DEBUG
      is set.
      
      $ size drivers/usb/storage/built-in.o*
         text	   data	    bss	    dec	    hex	filename
       140133	  55296	  70312	 265741	  40e0d	drivers/usb/storage/built-in.o.new
       147494	  55248	  70296	 273038	  42a8e	drivers/usb/storage/built-in.o.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      75b9130e
  3. 22 7月, 2008 1 次提交
  4. 01 7月, 2006 1 次提交
  5. 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