commit | edba846af9e1f27bab00d5aebfeef01386e00af0 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed Apr 16 21:01:06 2008 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Apr 16 21:01:06 2008 -0700 |
tree | a710b5f17d088b148b9bb8ae4b643c82ffdce899 | |
parent | 4b29043921ef021443c5e0d055b7b8dd5df88258 [diff] |
RDMA/cxgb3: IDR IDs are signed Fix sparse warnings about pointer signedness by using a signed int when calling idr_get_new_above(). Signed-off-by: Roland Dreier <rolandd@cisco.com> Acked-by: Steve Wise <swise@opengridcomputing.com>