Skip to content

Commit

Permalink
[IRDA]: fix 16/32 bit confusion
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Alexey Dobriyan authored and davem330 committed May 22, 2006
1 parent 4195f81 commit 405a42c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/irda/iriap.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,8 @@ static void iriap_getvaluebyclass_response(struct iriap_cb *self,
{
struct sk_buff *tx_skb;
int n;
__u32 tmp_be32, tmp_be16;
__u32 tmp_be32;
__be16 tmp_be16;
__u8 *fp;

IRDA_DEBUG(4, "%s()\n", __FUNCTION__);
Expand Down

0 comments on commit 405a42c

Please sign in to comment.