RDMA/ocrdma: Fix assignment of max_srq_sge in device query
authorRoland Dreier <roland@purestorage.com>
Sat, 7 Jul 2012 22:13:47 +0000 (15:13 -0700)
committerRoland Dreier <roland@purestorage.com>
Sat, 7 Jul 2012 22:13:47 +0000 (15:13 -0700)
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>

No differences found