RDMA/nes: Fix for NIPQUAD removal
authorHarvey Harrison <harvey.harrison@gmail.com>
Sun, 11 Jan 2009 05:45:42 +0000 (21:45 -0800)
committerRoland Dreier <rolandd@cisco.com>
Sun, 11 Jan 2009 05:45:42 +0000 (21:45 -0800)
commit03080e5cbe0222744173d3e726f6ba5d13b7f04e
tree8974e10c96d2b9681e5f3a6a79c6b4926518af7e
parent6a94cb73064c952255336cc57731904174b2c58f
RDMA/nes: Fix for NIPQUAD removal

Commit 63779436 ("drivers: replace NIPQUAD()") accidentally replaced
some HIPQUAD()s, causing IP addresses to be printed in reverse order.
Add temporary local vars until the byteswapping can be pushed further
up the stack.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/nes/nes_cm.c
drivers/infiniband/hw/nes/nes_utils.c