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

Commit 292d28ab authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gadget: u_rmnet_ctrl_qti: Disable too much logspam"

parents 0d9c4879 c93cea60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2013, The Linux Foundation. All rights reserved.
 * Copyright (c) 2013-2014, 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
@@ -121,7 +121,7 @@ static int grmnet_ctrl_qti_send_cpkt_tomodem(u8 portno,

	/* drop cpkt if port is not open */
	if (!port->is_open) {
		pr_err("rmnet file handler %p(index=%d) is not open",
		pr_debug("rmnet file handler %p(index=%d) is not open",
		       port, port->index);
		spin_unlock_irqrestore(&port->lock, flags);
		free_rmnet_ctrl_pkt(cpkt);