diff options
author | Dan Noe <dpn@isomerica.net> | 2008-04-12 22:34:38 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-04-17 15:31:32 -0400 |
commit | d96a51f6b8040ef2b25b88032f23ffdb1ddba681 (patch) | |
tree | 81bd4f2e45e9d10346d685c3f1f8142cae790a1d /fs | |
parent | 10e05f78c5566cb762ced12bf70307c60168d56e (diff) | |
download | linux-3.10-d96a51f6b8040ef2b25b88032f23ffdb1ddba681.tar.gz linux-3.10-d96a51f6b8040ef2b25b88032f23ffdb1ddba681.tar.bz2 linux-3.10-d96a51f6b8040ef2b25b88032f23ffdb1ddba681.zip |
cxgb3: Fix __must_check warning with dev_dbg.
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: Dan Noe <dpn@isomerica.net>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions