aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/infiniband/core/mad.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/infiniband/core/mad.c b/drivers/infiniband/core/mad.c
index 6f4287716ab1..f82900d30b9a 100644
--- a/drivers/infiniband/core/mad.c
+++ b/drivers/infiniband/core/mad.c
@@ -1931,15 +1931,6 @@ local:
1931 if (port_priv->device->process_mad) { 1931 if (port_priv->device->process_mad) {
1932 int ret; 1932 int ret;
1933 1933
1934 if (!response) {
1935 printk(KERN_ERR PFX "No memory for response MAD\n");
1936 /*
1937 * Is it better to assume that
1938 * it wouldn't be processed ?
1939 */
1940 goto out;
1941 }
1942
1943 ret = port_priv->device->process_mad(port_priv->device, 0, 1934 ret = port_priv->device->process_mad(port_priv->device, 0,
1944 port_priv->port_num, 1935 port_priv->port_num,
1945 wc, &recv->grh, 1936 wc, &recv->grh,