From: Ira Weiny <ira.we...@intel.com>

Set link state is not supported remove from the switch statement and allow the
default to return -ENOTTY

Signed-off-by: Dennis Dalessandro <dennis.dalessan...@intel.com>
Signed-off-by: Ira Weiny <ira.we...@intel.com>

---
Changes from v1:
        Just remove the check for SETLINKSTATE and allow the switch to default
        to -ENOTTY
        Update commit message to reflect this

 drivers/staging/rdma/hfi1/diag.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/staging/rdma/hfi1/diag.c b/drivers/staging/rdma/hfi1/diag.c
index cf0bf2391b7e..b2a9f581be1e 100644
--- a/drivers/staging/rdma/hfi1/diag.c
+++ b/drivers/staging/rdma/hfi1/diag.c
@@ -1004,11 +1004,6 @@ static long hfi1_ioctl(struct file *fp, unsigned int 
cmd, unsigned long arg)
        spin_lock_irqsave(&dd->hfi1_snoop.snoop_lock, flags);
 
        switch (cmd) {
-       case HFI1_SNOOP_IOCSETLINKSTATE:
-               snoop_dbg("HFI1_SNOOP_IOCSETLINKSTATE is not valid");
-               ret = -EINVAL;
-               break;
-
        case HFI1_SNOOP_IOCSETLINKSTATE_EXTRA:
                memset(&link_info, 0, sizeof(link_info));
 
-- 
1.8.2

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to