commit | 6d82de9e576ea84b549b927e6a7775d918a427b5 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Wed Dec 12 03:53:26 2007 +0900 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:58:03 2008 -0800 |
tree | 3ecd1ece6966ad7b0d02e7a81edb617998b14774 | |
parent | 5661df7b6cc399cabd1ed6b6a929a0445b862c10 [diff] [blame] |
[IRDA]: Use htons() where appropriate. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/irda/iriap.c b/net/irda/iriap.c index a86a5d8..390a790 100644 --- a/net/irda/iriap.c +++ b/net/irda/iriap.c
@@ -579,7 +579,7 @@ fp[n++] = ret_code; /* Insert list length (MSB first) */ - tmp_be16 = __constant_htons(0x0001); + tmp_be16 = htons(0x0001); memcpy(fp+n, &tmp_be16, 2); n += 2; /* Insert object identifier ( MSB first) */