e ad162cd33cf604dce15a032b670c0797419eecb2 parent 6887a4131da3adaab011613776d865f4bcfb5678 author Roland Dreier 1341699227 -0700 committer Roland Dreier 1341699227 -0700 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