commit | ef5d6355ed4bcf574e8473c3ce667cbf6c66a0ee | [log] [tgz] |
---|---|---|
author | Vipul Pandya <vipul@chelsio.com> | Mon Jan 07 13:12:00 2013 +0000 |
committer | Roland Dreier <roland@purestorage.com> | Thu Feb 14 15:51:58 2013 -0800 |
tree | 194ade849c55b53f8189f7a46bdd3697ffdbdb0a | |
parent | b3de6cfebc6167761c40947f05f4c817531f37d5 [diff] |
RDMA/cxgb4: Address sparse warnings Fixe the following types of sparse warnings - cast to pointer from integer of different size - cast from pointer to integer of different size - incorrect type in assignment (different base types) - incorrect type in argument 1 (different base types) - cast from restricted __be64 - cast from restricted __be32 Signed-off-by: Vipul Pandya <vipul@chelsio.com> Signed-off-by: Roland Dreier <roland@purestorage.com>