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

Commit 07797f0c authored by Alistair Strachan's avatar Alistair Strachan
Browse files

Fix merge issue with 4.4.178



Change-Id: I4bd7f3c192046b4e7fc257f03b9cf1fea18e13f7
Signed-off-by: default avatarAlistair Strachan <astrachan@google.com>
parent abe4979a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -693,13 +693,6 @@ static int rndis_reset_response(struct rndis_params *params,
	u8 *xbuf;
	u32 length;

	/* drain the response queue */
	while ((xbuf = rndis_get_next_response(params, &length)))
		rndis_free_response(params, xbuf);

	u32 length;
	u8 *xbuf;

	/* drain the response queue */
	while ((xbuf = rndis_get_next_response(params, &length)))
		rndis_free_response(params, xbuf);