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:
Ilpo Järvinen 2008-08-19 08:48:57 +03:00 коммит произвёл Jeremy Kerr
Родитель 8d5636fbca
Коммит cb9808d3d0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);
}
}