linux_dsm_epyc7002/drivers/net/ethernet/freescale/dpaa2
Greg Kroah-Hartman 92aff5b467 dpaa2: 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.

Because we don't care about the individual files, we can remove the
stored dentry for the files, as they are not needed to be kept track of
at all.

Cc: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Cc: "David S. Miller" <davem@davemloft.net>
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
..
dpaa2-eth-debugfs.c dpaa2: no need to check return value of debugfs_create functions 2019-08-10 15:25:48 -07:00
dpaa2-eth-debugfs.h dpaa2: no need to check return value of debugfs_create functions 2019-08-10 15:25:48 -07:00
dpaa2-eth-trace.h
dpaa2-eth.c dpaa2-eth: Add mqprio support 2019-06-12 11:22:10 -07:00
dpaa2-eth.h dpaa2-eth: Add mqprio support 2019-06-12 11:22:10 -07:00
dpaa2-ethtool.c dpaa2-eth: Fix potential spectre issue 2019-05-26 13:41:33 -07:00
dpaa2-ptp.c dpaa2-ptp: add interrupt support 2019-06-15 13:43:06 -07:00
dpaa2-ptp.h net: dpaa2: move DPAA2 PTP driver out of staging/ 2018-10-08 10:23:22 -07:00
dpkg.h
dpni-cmd.h dpaa2-eth: Add ethtool support for flow classification 2018-10-02 22:24:08 -07:00
dpni.c dpaa2-eth: Add ethtool support for flow classification 2018-10-02 22:24:08 -07:00
dpni.h dpaa2-eth: Add ethtool support for flow classification 2018-10-02 22:24:08 -07:00
dprtc-cmd.h dpaa2-ptp: add interrupt support 2019-06-15 13:43:06 -07:00
dprtc.c dpaa2-ptp: add interrupt support 2019-06-15 13:43:06 -07:00
dprtc.h dpaa2-ptp: add interrupt support 2019-06-15 13:43:06 -07:00
Kconfig dpaa2-ptp: reuse ptp_qoriq driver 2019-06-15 13:43:06 -07:00
Makefile dpaa2-eth: add debugfs statistics 2019-01-19 10:28:43 -08:00