1. 09 10月, 2008 3 次提交
  2. 22 5月, 2008 1 次提交
  3. 13 5月, 2008 2 次提交
  4. 07 5月, 2008 1 次提交
  5. 18 4月, 2008 1 次提交
    • D
      cxgb3: Fix __must_check warning with dev_dbg. · d96a51f6
      Dan Noe 提交于
      Fix the warning:
      drivers/net/cxgb3/cxgb3_main.c: In function ‘offload_open’:
      drivers/net/cxgb3/cxgb3_main.c:936: warning: ignoring return value of
       ‘sysfs_create_group’, declared with attribute warn_unused_result
      
      Now the return value is checked; if sysfs_create_group() returns failure,
      a warning is printed using dev_dbg, and the code continues as before.  Use
      of dev_dbg ensures printk is not needlessly included unless desired for
      debugging.
      Signed-off-by: NDan Noe <dpn@isomerica.net>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      d96a51f6
  6. 29 1月, 2008 10 次提交
  7. 11 10月, 2007 10 次提交
  8. 31 8月, 2007 2 次提交
  9. 01 8月, 2007 1 次提交
  10. 11 7月, 2007 1 次提交
  11. 09 7月, 2007 1 次提交
  12. 21 6月, 2007 1 次提交
  13. 03 6月, 2007 1 次提交
  14. 11 4月, 2007 3 次提交
  15. 04 4月, 2007 2 次提交