summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
diff options
context:
space:
mode:
authorDoug Ledford <dledford@redhat.com>2018-02-23 04:27:20 +0100
committerDoug Ledford <dledford@redhat.com>2018-02-23 04:27:20 +0100
commit4bb46608ed78758c89c77ae5d1163dce3df95950 (patch)
treefe1691e368ea0633ece93d790cd7f90f6afb91f2 /drivers/infiniband/ulp
parentMerge tag 'mlx5-updates-2018-02-21' of git://git.kernel.org/pub/scm/linux/ker... (diff)
parentRDMA/uverbs: Fix kernel panic while using XRC_TGT QP type (diff)
downloadlinux-4bb46608ed78758c89c77ae5d1163dce3df95950.tar.xz
linux-4bb46608ed78758c89c77ae5d1163dce3df95950.zip
Merge branch 'k.o/for-rc' into k.o/wip/dl-for-next
There is a 14 patch series waiting to come into for-next that has a dependecy on code submitted into this kernel's for-rc series. So, merge the for-rc branch into the current for-next in order to make the patch series apply cleanly. Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/ulp')
-rw-r--r--drivers/infiniband/ulp/ipoib/ipoib_fs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_fs.c b/drivers/infiniband/ulp/ipoib/ipoib_fs.c
index 11f74cbe6660..ea302b054601 100644
--- a/drivers/infiniband/ulp/ipoib/ipoib_fs.c
+++ b/drivers/infiniband/ulp/ipoib/ipoib_fs.c
@@ -281,8 +281,6 @@ void ipoib_delete_debug_files(struct net_device *dev)
{
struct ipoib_dev_priv *priv = ipoib_priv(dev);
- WARN_ONCE(!priv->mcg_dentry, "null mcg debug file\n");
- WARN_ONCE(!priv->path_dentry, "null path debug file\n");
debugfs_remove(priv->mcg_dentry);
debugfs_remove(priv->path_dentry);
priv->mcg_dentry = priv->path_dentry = NULL;