commit | f9a4f6dcdd3f9b6d938484c2c394f39007c14f38 | [log] [tgz] |
---|---|---|
author | Ralf Thielow <ralf.thielow@googlemail.com> | Sun Jan 23 16:30:03 2011 +0000 |
committer | Roland Dreier <roland@purestorage.com> | Fri Jan 28 15:40:25 2011 -0800 |
tree | 2a9cbd728a8376a4d1b6f643d60c4cbda7892a91 | |
parent | a25cecce88194b2edf38b8c3b1665e9318eb2d22 [diff] |
RDMA/amso1100: Fix compile warnings Fix compile warnings on 32-bit by using "0" instead of "(u64) NULL" to assign to "c2_vq_req->reply_msg". Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com> [ Change from "(unsigned long) NULL" to plain old "0" as suggested by Bart Van Assche <bvanassche@acm.org>. - Roland ] Signed-off-by: Roland Dreier <roland@purestorage.com>