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

Commit a7c17018 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: Change to new timer API for PIL, SSR driver"

parents f4281466 0d667cf0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -564,7 +564,6 @@ static void _setup_timeout(struct subsys_desc *source_ss,
		return;
	}

	timeout_data->timer.data = (unsigned long) timeout_data;
	timeout_data->comm_type = comm_type;
	timeout = jiffies + msecs_to_jiffies(timeout_vals[comm_type]);
	mod_timer(&timeout_data->timer, timeout);