dect
/
linux-2.6
Archived
13
0
Fork 0

[IRDA]: Use htons() where appropriate.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
YOSHIFUJI Hideaki 2007-12-12 03:53:26 +09:00 committed by David S. Miller
parent 5661df7b6c
commit 6d82de9e57
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ static void iriap_getvaluebyclass_response(struct iriap_cb *self,
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) */