1. 16 7月, 2010 1 次提交
    • J
      drivers/net/mlx4: Use %pV, pr_<level>, printk_once · 0a645e80
      Joe Perches 提交于
      Remove near duplication of format string constants by using the newly
      introduced vsprintf extention %pV to reduce text by 20k or so.
      
      $ size drivers/net/mlx4/built-in.o*
         text	   data	    bss	    dec	    hex	filename
       161367	   1866	  48784	 212017	  33c31	drivers/net/mlx4/built-in.o
       142621	   1866	  46248	 190735	  2e90f	drivers/net/mlx4/built-in.o.new
      
      Use printk_once as appropriate.
      Convert printks to pr_<level>, some bare printks now use pr_cont.
      Remove now unused #define PFX.
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0a645e80
  2. 17 3月, 2010 1 次提交
  3. 04 12月, 2009 1 次提交
  4. 01 9月, 2009 1 次提交
  5. 07 8月, 2009 2 次提交
  6. 22 6月, 2009 2 次提交
  7. 02 6月, 2009 5 次提交
  8. 21 4月, 2009 1 次提交
  9. 09 1月, 2009 2 次提交
  10. 30 12月, 2008 1 次提交
  11. 26 12月, 2008 2 次提交
  12. 16 11月, 2008 1 次提交
  13. 11 11月, 2008 1 次提交
  14. 23 10月, 2008 1 次提交