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

Commit 7ce883f1 authored by Divya Sharma's avatar Divya Sharma
Browse files

Revert "rmnet_core: Pass correct size to skb_copy_bits"

This reverts commit bbc6122e.

Change-Id: I2268cf469b6746b6c84274b7e1b0f403f730c1fc
parent bbc6122e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -582,7 +582,7 @@ static int rmnet_frag_deaggregate_one(struct sk_buff *skb,
		 * Probably not faster or stronger than before. But certainly
		 * more linear.
		 */
		if (skb_copy_bits(skb, 0, &__maph, sizeof(__maph)) < 0)
		if (skb_copy_bits(skb, 0, &__maph, sizeof(&__maph)) < 0)
			return -1;

		maph = &__maph;