Re: [PATCH for-2.6.36] ib: fix some sparse warnings

2010-08-04 Thread Roland Dreier
thanks, applied split into 3 patches (cxgb3, iser and nes) -- Roland Dreier || For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@v

Re: [PATCH for-2.6.36] ib: fix some sparse warnings

2010-08-03 Thread Or Gerlitz
Or Gerlitz wrote: fixed the following drivers/infiniband sparse pointed issues Hi Roland, Did you notice this patch? I saw that you've merged some patches which were posted later, so I assumed you might missed it. Steve and Chien acked on the thread. Or. -- To unsubscribe from this list: se

Re: [PATCH for-2.6.36] ib: fix some sparse warnings

2010-07-20 Thread Steve Wise
Acked-by: Steve Wise Or Gerlitz wrote: fixed the following drivers/infiniband sparse pointed issues CHECK drivers/infiniband/hw/cxgb3/iwch_cm.c iwch_cm.c:140:5: warning: symbol 'iwch_l2t_send' was not declared. Should it be static? CHECK drivers/infiniband/hw/nes/nes_verbs.c nes_verbs

RE: [PATCH for-2.6.36] ib: fix some sparse warnings

2010-07-20 Thread Tung, Chien Tin
> Subject: [PATCH for-2.6.36] ib: fix some sparse warnings > > fixed the following drivers/infiniband sparse pointed issues > > nes_verbs.c:1944:45: warning: Using plain integer as NULL pointer > nes_verbs.c:1944:48: warning: Using plain integer as NULL pointer > CHECK

[PATCH for-2.6.36] ib: fix some sparse warnings

2010-07-20 Thread Or Gerlitz
fixed the following drivers/infiniband sparse pointed issues CHECK drivers/infiniband/hw/cxgb3/iwch_cm.c iwch_cm.c:140:5: warning: symbol 'iwch_l2t_send' was not declared. Should it be static? CHECK drivers/infiniband/hw/nes/nes_verbs.c nes_verbs.c:1944:45: warning: Using plain integer as