tipc: Fix bugs in message error code display when debugging
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 5 Jun 2008 00:29:09 +0000 (17:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jun 2008 00:29:09 +0000 (17:29 -0700)
commite0d4e3d0d72cfae7b7eac14e39e12dfc6b406313
tree3cd2b802b22877e45481893ab6a8c652ee1a8144
parent5307e46957e76d71f02d2d736030ad92cdb3dd8c
tipc: Fix bugs in message error code display when debugging

This patch corrects two problems in the display of error code
information in TIPC messages when debugging:
- no longer tries to display error code in NAME_DISTRIBUTOR
  messages, which don't have the error field
- now displays error code in 24 byte data messages, which do
  have the error field

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/msg.c