git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6887a41
)
RDMA/ocrdma: Fix assignment of max_srq_sge in device query
author
Roland Dreier
<roland@purestorage.com>
Sat, 7 Jul 2012 22:13:47 +0000
(15:13 -0700)
committer
Roland 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