commit | d1e09ebf426ff34b4b6bbd6212b820edeb992bd4 | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@purestorage.com> | Sat Jul 07 15:13:47 2012 -0700 |
committer | Roland Dreier <roland@purestorage.com> | Sat Jul 07 15:13:47 2012 -0700 |
tree | ad162cd33cf604dce15a032b670c0797419eecb2 | |
parent | 6887a4131da3adaab011613776d865f4bcfb5678 [diff] |
RDMA/ocrdma: Fix assignment of max_srq_sge in device query We want to set attr->max_srq_sge to dev->attr.max_srq_sge, not to itself. This was detected by Coverity (CID 709210). Signed-off-by: Roland Dreier <roland@purestorage.com>