commit | a89875fc7e23ec91561bc3742df3bd5d12b376b4 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed Apr 18 20:20:53 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Apr 18 20:20:53 2007 -0700 |
tree | bb15757b1dfeb5796142b500c4f26672901e56ad | |
parent | 9a4b65e35714516980c863bfb7edc5f232b8b458 [diff] |
IPoIB: Remove pointless opcode field from debugging output There's no point in printing the opcode field in the completion handling debugging output, since the type of completion is already printed at the beginning of the line. In fact the opcode field is not even defined for completions with a status other than success. Signed-off-by: Roland Dreier <rolandd@cisco.com>