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)
...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>

No differences found