mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
powerpc/spufs: Remove invalid semicolon after if statement
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
This commit is contained in:
parent
8d5636fbca
commit
cb9808d3d0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue