mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +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
@ -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 New Issue
Block a user