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

Commit cb9808d3 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by Jeremy Kerr
Browse files

powerpc/spufs: Remove invalid semicolon after if statement

parent 8d5636fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1037,7 +1037,7 @@ void spuctx_switch_state(struct spu_context *ctx,
		node = spu->node;
		if (old_state == SPU_UTIL_USER)
			atomic_dec(&cbe_spu_info[node].busy_spus);
		if (new_state == SPU_UTIL_USER);
		if (new_state == SPU_UTIL_USER)
			atomic_inc(&cbe_spu_info[node].busy_spus);
	}
}