Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 405a42c5 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller
Browse files

[IRDA]: fix 16/32 bit confusion

parent 4195f814
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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__);