ieee1394: ohci1394: fix endianess bug in debug message
commitcf82703dc6f8197341ca6be33cd38e80332685f0
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 7 Sep 2006 13:52:00 +0000 (7 15:52 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 17 Sep 2006 17:38:57 +0000 (17 19:38 +0200)
tree6174c25ccf8cf6e02b2736d78ae0949e43b443a6
parent98e238cd42be6c0852da519303cf0182690f8d9f
ieee1394: ohci1394: fix endianess bug in debug message

The transaction labels were misprinted int the debug printk "Packet
received from node..." due two byte-swapping once too often.  Affected
were big endian machines, except UniNorth based ones.  Fix tested by
Wolfgang Pfeiffer.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/ohci1394.c