Author: hselasky
Date: Sun Jul  6 14:20:47 2014
New Revision: 268315
URL: http://svnweb.freebsd.org/changeset/base/268315

Log:
  Fix compile warning.
  
  MFC after:    4 weeks
  Sponsored by: Mellanox Technologies

Modified:
  head/sys/ofed/drivers/infiniband/hw/mlx4/mcg.c

Modified: head/sys/ofed/drivers/infiniband/hw/mlx4/mcg.c
==============================================================================
--- head/sys/ofed/drivers/infiniband/hw/mlx4/mcg.c      Sun Jul  6 14:14:07 
2014        (r268314)
+++ head/sys/ofed/drivers/infiniband/hw/mlx4/mcg.c      Sun Jul  6 14:20:47 
2014        (r268315)
@@ -665,7 +665,7 @@ static void mlx4_ib_mcg_work_handler(str
                        if (!list_empty(&group->pending_list))
                                req = list_first_entry(&group->pending_list,
                                                struct mcast_req, group_list);
-                       if ((method == IB_MGMT_METHOD_GET_RESP)) {
+                       if (method == IB_MGMT_METHOD_GET_RESP) {
                                        if (req) {
                                                send_reply_to_slave(req->func, 
group, &req->sa_mad, status);
                                                
--group->func[req->func].num_pend_reqs;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to