Changeset 9331
- Timestamp:
- 06/12/12 05:24:55 (11 months ago)
- Files:
-
- 1 modified
-
branches/stable/src/io/bmi/bmi_ib/openib.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/src/io/bmi/bmi_ib/openib.c
r9293 r9331 929 929 930 930 memset(hca_port,0,sizeof(struct ibv_port_attr)); 931 warning("%s: found an inactive device/port \n",__func__);931 warning("%s: found an inactive device/port",__func__); 932 932 933 933 // if we get to num_devs, no valid devices found 934 934 if(i == (num_devs-1)) // FATAL 935 935 { 936 warning("%s: No Active IB ports/devices found \n", __func__);936 warning("%s: No Active IB ports/devices found", __func__); 937 937 return -ENOSYS; 938 938 } … … 992 992 od->nic_port = IBV_PORT; /* maybe let this be configurable */ 993 993 994 if(!od->ctx) warning("%s: CTX=0 \n",__func__);994 if(!od->ctx) warning("%s: CTX=0",__func__); 995 995 996 996 /* get the lid and verify port state */
