aha/drivers/infiniband/hw
Roland Dreier af2b0a1ec3 RDMA/cxgb3: Fix too-big reserved field zeroing in iwch_post_zb_read()
The array wqe->read.reserved has only two entries, but
iwch_post_zb_read() sets [0], [1], and [2], which is one too many.
This is harmless since it runs into the next field, rem_stag, which is
initialized correctly immediately after, but we might as well get
things right, especially since it makes the code smaller.

This was spotted by the Coverity checker (CID 2475).

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
2008-11-01 12:55:37 -07:00
..
amso1100 IB: Drop code after return statement 2008-09-20 20:06:32 -07:00
cxgb3 RDMA/cxgb3: Fix too-big reserved field zeroing in iwch_post_zb_read() 2008-11-01 12:55:37 -07:00
ehca IB/ehca: Reject dynamic memory add/remove when ehca adapter is present 2008-10-22 15:54:38 -07:00
ipath device create: infiniband: convert device_create_drvdata to device_create 2008-10-16 09:24:42 -07:00
mlx4 mlx4_core: Multiple port type support 2008-10-22 15:38:42 -07:00
mthca IB/mthca: Use pci_request_regions() 2008-09-29 21:37:33 -07:00
nes Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4', 'mthca' and 'nes' into for-next 2008-10-09 17:41:15 -07:00