eth1394: replace __constant_htons by htons
authorBen Collins <bcollins@ubuntu.com>
Mon, 12 Jun 2006 22:16:25 +0000 (18:16 -0400)
committerBen Collins <bcollins@ubuntu.com>
Mon, 12 Jun 2006 22:16:25 +0000 (18:16 -0400)
commit7136b8073f0123918e3e50269ae021bbb09e1a81
tree65643f892bcac13e27f65bf53dd6a00f1969c071
parent2c4b69bd7bff85ae9e8b2032179aee9c04da70ba
eth1394: replace __constant_htons by htons

...and __constant_ntohs, __constant_ntohl, __constant_cpu_to_be32 too
where possible.  Htons and friends are resolved to constants in these
places anyway.  Also fix an endianess glitch in a log message, spotted
by Alexey Dobriyan.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
drivers/ieee1394/eth1394.c