RDMA/amso1100: Fix compile warnings
authorRalf Thielow <ralf.thielow@googlemail.com>
Sun, 23 Jan 2011 16:30:03 +0000 (16:30 +0000)
committerRoland Dreier <roland@purestorage.com>
Fri, 28 Jan 2011 23:40:25 +0000 (15:40 -0800)
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>

No differences found