commit | 2c9749c3b534ea0e606b7ee2c29849bbb8d5b0a9 | [log] [tgz] |
---|---|---|
author | Ralph Campbell <ralph.campbell@qlogic.com> | Mon Jun 18 14:24:37 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Jul 09 20:12:26 2007 -0700 |
tree | 50e4bb91927838c2184d2e90240168096bf234f1 | |
parent | fdc7215fbd7b7652b052d1fb7893afe324dba7aa [diff] |
IB/ipath: Fix problem with next WQE after a UC completion This patch fixes a bug introduced when moving some code around for readability. Setting the wqe pointer at the end of the function is a NOP since it isn't used. Move it back to where it is used. Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>