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

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

Merge "msm: tspp: fix sps notification frequency"

parents 9ce8d442 cc8cdaa3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2011-2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2011-2016, 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
@@ -1088,7 +1088,7 @@ static int tspp_queue_buffer(struct tspp_channel *channel,
	rc = sps_transfer_one(channel->pipe,
		buffer->sps.phys_base,
		buffer->sps.size,
		channel->pdev,
		flags ? channel->pdev : NULL,
		flags);
	if (rc < 0)
		return rc;