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

Commit 2698fe94 authored by Subash Abhinov Kasiviswanathan's avatar Subash Abhinov Kasiviswanathan
Browse files

net: rmnet_data: Remove invalid error message



The worker thread can run even if the aggregation state machine
has moved on to an idle after processing packets. This results
in log spam with an invalid message.

CRs-Fixed: 2165883
Change-Id: I218ac9b20a41749adce45a0d787782d15f07c65b
Signed-off-by: default avatarSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
parent be27e35c
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
/* Copyright (c) 2013-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -192,10 +192,6 @@ static void rmnet_map_flush_packet_work(struct work_struct *work)
			memset(&config->agg_time, 0, sizeof(struct timespec));
		}
		config->agg_state = RMNET_MAP_AGG_IDLE;
	} else {
		/* How did we get here? */
		LOGE("Ran queued command when state %s",
		     "is idle. State machine likely broken");
	}

	spin_unlock_irqrestore(&config->agg_lock, flags);