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

Commit 5ba3ee48 authored by Raja Mani's avatar Raja Mani Committed by Kalle Valo
Browse files

ath6kl: Rearrange the variable and the value position in IF condition

parent 2588f554
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1229,7 +1229,7 @@ static void htc_proc_cred_rpt(struct htc_target *target,
			endpoint->ep_st.cred_rpt_from_other += 1;
		}

		if (ENDPOINT_0 == rpt->eid)
		if (rpt->eid == ENDPOINT_0)
			/* always give endpoint 0 credits back */
			endpoint->cred_dist.credits += rpt->credits;
		else {