linux/drivers/net/ethernet/chelsio/cxgb4vf
Greg Kroah-Hartman 9dac1e8eea cxgb4: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the
return value.  The function can work or not, but the code logic should
never do something different based on this.

If a debugfs call fails, it will properly warn in the syslog, there's no
need for all individual drivers to also print a message, so that is one
more reason to not care about checking the return values.

Cc: Vishal Kulkarni <vishal@chelsio.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Casey Leedom <leedom@chelsio.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-08-10 15:25:48 -07:00
..
adapter.h cxgb4vf: Prefix adapter flags with CXGB4VF 2019-03-01 23:18:12 -08:00
cxgb4vf_main.c cxgb4: no need to check return value of debugfs_create functions 2019-08-10 15:25:48 -07:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
sge.c cxgb4vf: Prefix adapter flags with CXGB4VF 2019-03-01 23:18:12 -08:00
t4vf_common.h cxgb4/cxgb4vf: Notify link changes to OS-dependent code 2018-05-25 15:10:07 -04:00
t4vf_defs.h cxgb4vf: Update to 128 byte mailbox size for T6 adapter 2015-12-23 22:34:45 -05:00
t4vf_hw.c cxgb4/cxgb4vf: Display advertised FEC in ethtool 2019-03-29 13:47:38 -07:00