OpenCloudOS-Kernel/drivers/infiniband/hw
Dan Carpenter 3c32869f7a IB/ipath: Silence a static checker warning
I have a static checker which complains that 0x255 is too high for
the "dev->opstats[opcode]" array.  It turns out that the hardware
has already validated the opcode at this point so it can't actually
overflow.

However, silencing the warning is good and this matches how the
opcode is treated in qib_ib_rcv() as well.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
2013-03-22 18:07:04 -07:00
..
amso1100 IB/amso1100: convert to idr_alloc() 2013-02-27 19:10:16 -08:00
cxgb3 IB/cxgb3: convert to idr_alloc() 2013-02-27 19:10:16 -08:00
cxgb4 IB/cxgb4: convert to idr_alloc() 2013-02-27 19:10:16 -08:00
ehca IB/ehca: convert to idr_alloc() 2013-02-27 19:10:16 -08:00
ipath IB/ipath: Silence a static checker warning 2013-03-22 18:07:04 -07:00
mlx4 mlx4: remove leftover idr_pre_get() call 2013-03-13 15:21:46 -07:00
mthca Drivers: infinband: remove __dev* attributes. 2013-01-03 15:57:15 -08:00
nes Main batch of InfiniBand/RDMA changes for 3.9: 2013-02-26 11:41:08 -08:00
ocrdma IB/ocrdma: convert to idr_alloc() 2013-02-27 19:10:17 -08:00
qib fs: Limit sys_mount to only request filesystem modules. 2013-03-03 19:36:31 -08:00