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>

authored by Ilpo Järvinen and committed by Jeremy Kerr cb9808d3 8d5636fb

+1 -1
+1 -1
arch/powerpc/platforms/cell/spufs/sched.c
··· 1037 1037 node = spu->node; 1038 1038 if (old_state == SPU_UTIL_USER) 1039 1039 atomic_dec(&cbe_spu_info[node].busy_spus); 1040 - if (new_state == SPU_UTIL_USER); 1040 + if (new_state == SPU_UTIL_USER) 1041 1041 atomic_inc(&cbe_spu_info[node].busy_spus); 1042 1042 } 1043 1043 }